Html Css Color HEX #C02AEC Electric Purple

📋 copy color: '#C02AEC'

red 192 ◦ green 42 ◦ blue 236

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

Shades of Electric Purple #C02AEC

Tints of Electric Purple #C02AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.21%

R = 40.85%
G = 8.94%
B = 50.21%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C02AEC (or 0xC02AEC) is known color: Electric Purple. HEX triplet: C0, 2A and EC. RGB value is (192,42,236). Sum of RGB (Red+Green+Blue) = 192+42+236=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 42 (16.80% from 255 or 8.94% from 470); Blue value is 236 (92.58% from 255 or 50.21% from 470); Max value from RGB is 236 - color contains mainly: blue. Hex color #C02AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02AEC is #3FD513. Grayscale: #6C6C6C. Windows color (decimal): -4183316 or 15477440. OLE color: 15477440.

HSL color Cylindrical-coordinate representation of color #C02AEC: hue angle of 286.39º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02AEC is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 42 236 -
CMYK 0.19 0.82 0 0.07
HSL 286.39º 0.84% 0.55% -
HSV(B) 286.39º 0.82% 0.93% -
XYZ 37.71 18.92 81.02 -
YUV 108.97 199.7 187.23 -
System Red Green Blue C M Y K H S L
Decimal 192 42 236 0.19 0.82 0 0.07 286.39 0.84 0.55
Hex C0 2A EC 13 52 0 7 11E 54 37
Octal 300 52 354 23 122 0 7 436 124 67
Binary 11000000 101010 11101100 10011 1010010 0 111 100011110 1010100 110111

Color Harmonies of #C02AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02AEC

Black with #C02AEC

Text Example


Text Example

White with #C02AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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