Html Css Color HEX #C02CBB Fuchsia

📋 copy color: '#C02CBB'

red 192 ◦ green 44 ◦ blue 187

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

Shades of Fuchsia #C02CBB

Tints of Fuchsia #C02CBB

RGB

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

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

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

R = 45.39%
G = 10.4%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C02CBB (or 0xC02CBB) is known color: Fuchsia. HEX triplet: C0, 2C and BB. RGB value is (192,44,187). Sum of RGB (Red+Green+Blue) = 192+44+187=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 44 (17.58% from 255 or 10.40% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C02CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02CBB is #3FD344. Grayscale: #686868. Windows color (decimal): -4182853 or 12266688. OLE color: 12266688.

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

Color convert

RGB 192 44 187 -
CMYK 0 0.77 0.03 0.25
HSL 302.03º 0.63% 0.46% -
HSV(B) 302.03º 0.77% 0.75% -
XYZ 31.61 16.6 48.55 -
YUV 104.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 192 44 187 0 0.77 0.03 0.25 302.03 0.63 0.46
Hex C0 2C BB 0 4D 3 19 12E 3F 2E
Octal 300 54 273 0 115 3 31 456 77 56
Binary 11000000 101100 10111011 0 1001101 11 11001 100101110 111111 101110

Color Harmonies of #C02CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02CBB

Black with #C02CBB

Text Example


Text Example

White with #C02CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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