Html Css Color HEX #CC0AEC Electric Purple

📋 copy color: '#CC0AEC'

red 204 ◦ green 10 ◦ blue 236

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

Shades of Electric Purple #CC0AEC

Tints of Electric Purple #CC0AEC

RGB

 RED value IS 204 (80.08% from 255) = 45.33%

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

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

R = 45.33%
G = 2.22%
B = 52.44%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC0AEC (or 0xCC0AEC) is known color: Electric Purple. HEX triplet: CC, 0A and EC. RGB value is (204,10,236). Sum of RGB (Red+Green+Blue) = 204+10+236=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC0AEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC0AEC is #33F513. Grayscale: #5D5D5D. Windows color (decimal): -3405076 or 15469260. OLE color: 15469260.

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

Color convert

RGB 204 10 236 -
CMYK 0.14 0.96 0 0.07
HSL 291.5º 0.92% 0.48% -
HSV(B) 291.5º 0.96% 0.93% -
XYZ 40.15 19.11 80.93 -
YUV 93.77 208.27 206.62 -
System Red Green Blue C M Y K H S L
Decimal 204 10 236 0.14 0.96 0 0.07 291.5 0.92 0.48
Hex CC A EC E 60 0 7 124 5C 30
Octal 314 12 354 16 140 0 7 444 134 60
Binary 11001100 1010 11101100 1110 1100000 0 111 100100100 1011100 110000

Color Harmonies of #CC0AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0AEC

Black with #CC0AEC

Text Example


Text Example

White with #CC0AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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