Html Css Color HEX #C042BB Fuchsia

📋 copy color: '#C042BB'

red 192 ◦ green 66 ◦ blue 187

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

Shades of Fuchsia #C042BB

Tints of Fuchsia #C042BB

RGB

 RED value IS 192 (75.39% from 255) = 43.15%

 GREEN value IS 66 (26.17% from 255) = 14.83%

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 43.15%
G = 14.83%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C042BB (or 0xC042BB) is known color: Fuchsia. HEX triplet: C0, 42 and BB. RGB value is (192,66,187). Sum of RGB (Red+Green+Blue) = 192+66+187=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C042BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042BB is #3FBD44. Grayscale: #757575. Windows color (decimal): -4177221 or 12272320. OLE color: 12272320.

HSL color Cylindrical-coordinate representation of color #C042BB: hue angle of 302.38º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C042BB is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 187 -
CMYK 0 0.66 0.03 0.25
HSL 302.38º 0.5% 0.51% -
HSV(B) 302.38º 0.66% 0.75% -
XYZ 32.66 18.69 48.9 -
YUV 117.47 167.24 181.16 -
System Red Green Blue C M Y K H S L
Decimal 192 66 187 0 0.66 0.03 0.25 302.38 0.5 0.51
Hex C0 42 BB 0 42 3 19 12E 32 33
Octal 300 102 273 0 102 3 31 456 62 63
Binary 11000000 1000010 10111011 0 1000010 11 11001 100101110 110010 110011

Color Harmonies of #C042BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C042BB

Black with #C042BB

Text Example


Text Example

White with #C042BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C042BB; }

 p { color: rgb(192,66,187); }

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

background-color css

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

 a { background-color: rgb(192,66,187); }

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

border-color css

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

 span { border-color: rgb(192,66,187); }

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