Html Css Color HEX #C00AEC Electric Purple

📋 copy color: '#C00AEC'

red 192 ◦ green 10 ◦ blue 236

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

Shades of Electric Purple #C00AEC

Tints of Electric Purple #C00AEC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.28%

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

R = 43.84%
G = 2.28%
B = 53.88%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C00AEC (or 0xC00AEC) is known color: Electric Purple. HEX triplet: C0, 0A and EC. RGB value is (192,10,236). Sum of RGB (Red+Green+Blue) = 192+10+236=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #C00AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00AEC is #3FF513. Grayscale: #595959. Windows color (decimal): -4191508 or 15469248. OLE color: 15469248.

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

Color convert

RGB 192 10 236 -
CMYK 0.19 0.96 0 0.07
HSL 288.32º 0.92% 0.48% -
HSV(B) 288.32º 0.96% 0.93% -
XYZ 36.99 17.48 80.78 -
YUV 90.18 210.3 200.62 -
System Red Green Blue C M Y K H S L
Decimal 192 10 236 0.19 0.96 0 0.07 288.32 0.92 0.48
Hex C0 A EC 13 60 0 7 120 5C 30
Octal 300 12 354 23 140 0 7 440 134 60
Binary 11000000 1010 11101100 10011 1100000 0 111 100100000 1011100 110000

Color Harmonies of #C00AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AEC

Black with #C00AEC

Text Example


Text Example

White with #C00AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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