Html Css Color HEX #C02BB2 Fuchsia

📋 copy color: '#C02BB2'

red 192 ◦ green 43 ◦ blue 178

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

Shades of Fuchsia #C02BB2

Tints of Fuchsia #C02BB2

RGB

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

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

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

R = 46.49%
G = 10.41%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C02BB2 (or 0xC02BB2) is known color: Fuchsia. HEX triplet: C0, 2B and B2. RGB value is (192,43,178). Sum of RGB (Red+Green+Blue) = 192+43+178=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02BB2 is #3FD44D. Grayscale: #666666. Windows color (decimal): -4183118 or 11676608. OLE color: 11676608.

HSL color Cylindrical-coordinate representation of color #C02BB2: hue angle of 305.64º 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 #C02BB2 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 43 178 -
CMYK 0 0.78 0.07 0.25
HSL 305.64º 0.63% 0.46% -
HSV(B) 305.64º 0.78% 0.75% -
XYZ 30.64 16.15 43.62 -
YUV 102.94 170.36 191.52 -
System Red Green Blue C M Y K H S L
Decimal 192 43 178 0 0.78 0.07 0.25 305.64 0.63 0.46
Hex C0 2B B2 0 4E 7 19 132 3F 2E
Octal 300 53 262 0 116 7 31 462 77 56
Binary 11000000 101011 10110010 0 1001110 111 11001 100110010 111111 101110

Color Harmonies of #C02BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BB2

Black with #C02BB2

Text Example


Text Example

White with #C02BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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