Html Css Color HEX #C02ABE Fuchsia

📋 copy color: '#C02ABE'

red 192 ◦ green 42 ◦ blue 190

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

Shades of Fuchsia #C02ABE

Tints of Fuchsia #C02ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.91%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 45.28%
G = 9.91%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C02ABE (or 0xC02ABE) is known color: Fuchsia. HEX triplet: C0, 2A and BE. RGB value is (192,42,190). Sum of RGB (Red+Green+Blue) = 192+42+190=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 42 (16.80% from 255 or 9.91% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C02ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02ABE is #3FD541. Grayscale: #676767. Windows color (decimal): -4183362 or 12462784. OLE color: 12462784.

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

Color convert

RGB 192 42 190 -
CMYK 0 0.78 0.01 0.25
HSL 300.8º 0.64% 0.46% -
HSV(B) 300.8º 0.78% 0.75% -
XYZ 31.86 16.58 50.24 -
YUV 103.72 176.7 190.97 -
System Red Green Blue C M Y K H S L
Decimal 192 42 190 0 0.78 0.01 0.25 300.8 0.64 0.46
Hex C0 2A BE 0 4E 1 19 12D 40 2E
Octal 300 52 276 0 116 1 31 455 100 56
Binary 11000000 101010 10111110 0 1001110 1 11001 100101101 1000000 101110

Color Harmonies of #C02ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02ABE

Black with #C02ABE

Text Example


Text Example

White with #C02ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02ABE; }

 p { color: rgb(192,42,190); }

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

background-color css

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

 a { background-color: rgb(192,42,190); }

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

border-color css

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

 span { border-color: rgb(192,42,190); }

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