Html Css Color HEX #C931B5 Fuchsia

📋 copy color: '#C931B5'

red 201 ◦ green 49 ◦ blue 181

#C931B5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C931B5

Tints of Fuchsia #C931B5

RGB

 RED value IS 201 (78.91% from 255) = 46.64%

 GREEN value IS 49 (19.53% from 255) = 11.37%

 BLUE value IS 181 (71.09% from 255) = 42%

R = 46.64%
G = 11.37%
B = 42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C931B5 (or 0xC931B5) is known color: Fuchsia. HEX triplet: C9, 31 and B5. RGB value is (201,49,181). Sum of RGB (Red+Green+Blue) = 201+49+181=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 181 (71.09% from 255 or 42.00% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C931B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931B5 is #36CE4A. Grayscale: #6D6D6D. Windows color (decimal): -3591755 or 11874761. OLE color: 11874761.

HSL color Cylindrical-coordinate representation of color #C931B5: hue angle of 307.89º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C931B5 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 49 181 -
CMYK 0 0.76 0.10 0.21
HSL 307.89º 0.61% 0.49% -
HSV(B) 307.89º 0.76% 0.79% -
XYZ 33.53 17.95 45.41 -
YUV 109.5 168.36 193.27 -
System Red Green Blue C M Y K H S L
Decimal 201 49 181 0 0.76 0.10 0.21 307.89 0.61 0.49
Hex C9 31 B5 0 4C A 15 134 3D 31
Octal 311 61 265 0 114 12 25 464 75 61
Binary 11001001 110001 10110101 0 1001100 1010 10101 100110100 111101 110001

Color Harmonies of #C931B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931B5

Black with #C931B5

Text Example


Text Example

White with #C931B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931B5; }

 p { color: rgb(201,49,181); }

 H1.HeaderClassName
 {
   color: #C931B5;
 }
 .AnyTagClassName
 {
   color: #C931B5;
 }
</style>

background-color css

<style>
 a { background-color: #C931B5; }

 a { background-color: rgb(201,49,181); }

 div.DivClassName
 {
   background-color: #C931B5;
 }
 .BgClassName
 {
   background-color: #C931B5;
 }
</style>

border-color css

<style>
 span { border-color: #C931B5; }

 span { border-color: rgb(201,49,181); }

 td.TdClassName
 {
   border-color: #C931B5;
 }
 .TagClassName
 {
   border-color: #C931B5;
 }
</style>