Html Css Color HEX #C02BAE Fuchsia

📋 copy color: '#C02BAE'

red 192 ◦ green 43 ◦ blue 174

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

Shades of Fuchsia #C02BAE

Tints of Fuchsia #C02BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 46.94%
G = 10.51%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C02BAE (or 0xC02BAE) is known color: Fuchsia. HEX triplet: C0, 2B and AE. RGB value is (192,43,174). Sum of RGB (Red+Green+Blue) = 192+43+174=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C02BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02BAE is #3FD451. Grayscale: #666666. Windows color (decimal): -4183122 or 11414464. OLE color: 11414464.

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

Color convert

RGB 192 43 174 -
CMYK 0 0.78 0.09 0.25
HSL 307.25º 0.63% 0.46% -
HSV(B) 307.25º 0.78% 0.75% -
XYZ 30.24 15.99 41.54 -
YUV 102.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 192 43 174 0 0.78 0.09 0.25 307.25 0.63 0.46
Hex C0 2B AE 0 4E 9 19 133 3F 2E
Octal 300 53 256 0 116 11 31 463 77 56
Binary 11000000 101011 10101110 0 1001110 1001 11001 100110011 111111 101110

Color Harmonies of #C02BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02BAE

Black with #C02BAE

Text Example


Text Example

White with #C02BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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