Html Css Color HEX #C92CB2 Fuchsia

📋 copy color: '#C92CB2'

red 201 ◦ green 44 ◦ blue 178

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

Shades of Fuchsia #C92CB2

Tints of Fuchsia #C92CB2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.4%

 BLUE value IS 178 (69.92% from 255) = 42.08%

R = 47.52%
G = 10.4%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#C92CB2 (or 0xC92CB2) is known color: Fuchsia. HEX triplet: C9, 2C and B2. RGB value is (201,44,178). Sum of RGB (Red+Green+Blue) = 201+44+178=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C92CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92CB2 is #36D34D. Grayscale: #696969. Windows color (decimal): -3593038 or 11676873. OLE color: 11676873.

HSL color Cylindrical-coordinate representation of color #C92CB2: hue angle of 308.79º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C92CB2 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 44 178 -
CMYK 0 0.78 0.11 0.21
HSL 308.79º 0.64% 0.48% -
HSV(B) 308.79º 0.78% 0.79% -
XYZ 33.02 17.43 43.74 -
YUV 106.22 168.51 195.6 -
System Red Green Blue C M Y K H S L
Decimal 201 44 178 0 0.78 0.11 0.21 308.79 0.64 0.48
Hex C9 2C B2 0 4E B 15 135 40 30
Octal 311 54 262 0 116 13 25 465 100 60
Binary 11001001 101100 10110010 0 1001110 1011 10101 100110101 1000000 110000

Color Harmonies of #C92CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CB2

Black with #C92CB2

Text Example


Text Example

White with #C92CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CB2; }

 p { color: rgb(201,44,178); }

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

background-color css

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

 a { background-color: rgb(201,44,178); }

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

border-color css

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

 span { border-color: rgb(201,44,178); }

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