Html Css Color HEX #CC05EA Electric Purple

📋 copy color: '#CC05EA'

red 204 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #CC05EA

Tints of Electric Purple #CC05EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.13%

 BLUE value IS 234 (91.8% from 255) = 52.82%

R = 46.05%
G = 1.13%
B = 52.82%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC05EA (or 0xCC05EA) is known color: Electric Purple. HEX triplet: CC, 05 and EA. RGB value is (204,5,234). Sum of RGB (Red+Green+Blue) = 204+5+234=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC05EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC05EA is #33FA15. Grayscale: #595959. Windows color (decimal): -3406358 or 15336908. OLE color: 15336908.

HSL color Cylindrical-coordinate representation of color #CC05EA: hue angle of 292.14º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC05EA is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 5 234 -
CMYK 0.13 0.98 0 0.08
HSL 292.14º 0.96% 0.47% -
HSV(B) 292.14º 0.98% 0.92% -
XYZ 39.81 18.89 79.39 -
YUV 90.61 208.93 208.88 -
System Red Green Blue C M Y K H S L
Decimal 204 5 234 0.13 0.98 0 0.08 292.14 0.96 0.47
Hex CC 5 EA D 62 0 8 124 60 2F
Octal 314 5 352 15 142 0 10 444 140 57
Binary 11001100 101 11101010 1101 1100010 0 1000 100100100 1100000 101111

Color Harmonies of #CC05EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC05EA

Black with #CC05EA

Text Example


Text Example

White with #CC05EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC05EA; }

 p { color: rgb(204,5,234); }

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

background-color css

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

 a { background-color: rgb(204,5,234); }

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

border-color css

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

 span { border-color: rgb(204,5,234); }

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