Html Css Color HEX #CC11EA Electric Purple

📋 copy color: '#CC11EA'

red 204 ◦ green 17 ◦ blue 234

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

Shades of Electric Purple #CC11EA

Tints of Electric Purple #CC11EA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.74%

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

R = 44.84%
G = 3.74%
B = 51.43%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC11EA (or 0xCC11EA) is known color: Electric Purple. HEX triplet: CC, 11 and EA. RGB value is (204,17,234). Sum of RGB (Red+Green+Blue) = 204+17+234=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC11EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC11EA is #33EE15. Grayscale: #606060. Windows color (decimal): -3403286 or 15339980. OLE color: 15339980.

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

Color convert

RGB 204 17 234 -
CMYK 0.13 0.93 0 0.08
HSL 291.71º 0.86% 0.49% -
HSV(B) 291.71º 0.93% 0.92% -
XYZ 39.95 19.18 79.44 -
YUV 97.65 204.95 203.86 -
System Red Green Blue C M Y K H S L
Decimal 204 17 234 0.13 0.93 0 0.08 291.71 0.86 0.49
Hex CC 11 EA D 5D 0 8 124 56 31
Octal 314 21 352 15 135 0 10 444 126 61
Binary 11001100 10001 11101010 1101 1011101 0 1000 100100100 1010110 110001

Color Harmonies of #CC11EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC11EA

Black with #CC11EA

Text Example


Text Example

White with #CC11EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC11EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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