Html Css Color HEX #C02BB6 Fuchsia

📋 copy color: '#C02BB6'

red 192 ◦ green 43 ◦ blue 182

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

Shades of Fuchsia #C02BB6

Tints of Fuchsia #C02BB6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.31%

 BLUE value IS 182 (71.48% from 255) = 43.65%

R = 46.04%
G = 10.31%
B = 43.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#C02BB6 (or 0xC02BB6) is known color: Fuchsia. HEX triplet: C0, 2B and B6. RGB value is (192,43,182). Sum of RGB (Red+Green+Blue) = 192+43+182=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02BB6 is #3FD449. Grayscale: #666666. Windows color (decimal): -4183114 or 11938752. OLE color: 11938752.

HSL color Cylindrical-coordinate representation of color #C02BB6: hue angle of 304.03º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02BB6 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 43 182 -
CMYK 0 0.78 0.05 0.25
HSL 304.03º 0.63% 0.46% -
HSV(B) 304.03º 0.78% 0.75% -
XYZ 31.05 16.31 45.77 -
YUV 103.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 192 43 182 0 0.78 0.05 0.25 304.03 0.63 0.46
Hex C0 2B B6 0 4E 5 19 130 3F 2E
Octal 300 53 266 0 116 5 31 460 77 56
Binary 11000000 101011 10110110 0 1001110 101 11001 100110000 111111 101110

Color Harmonies of #C02BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BB6

Black with #C02BB6

Text Example


Text Example

White with #C02BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BB6; }

 p { color: rgb(192,43,182); }

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

background-color css

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

 a { background-color: rgb(192,43,182); }

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

border-color css

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

 span { border-color: rgb(192,43,182); }

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