Html Css Color HEX #CC10EA Electric Purple

📋 copy color: '#CC10EA'

red 204 ◦ green 16 ◦ blue 234

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

Shades of Electric Purple #CC10EA

Tints of Electric Purple #CC10EA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.52%

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

R = 44.93%
G = 3.52%
B = 51.54%

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

#CC10EA (or 0xCC10EA) is known color: Electric Purple. HEX triplet: CC, 10 and EA. RGB value is (204,16,234). Sum of RGB (Red+Green+Blue) = 204+16+234=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC10EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10EA is #33EF15. Grayscale: #606060. Windows color (decimal): -3403542 or 15339724. OLE color: 15339724.

HSL color Cylindrical-coordinate representation of color #CC10EA: hue angle of 291.74º degrees, saturation: 0.87, 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 #CC10EA is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 16 234 -
CMYK 0.13 0.93 0 0.08
HSL 291.74º 0.87% 0.49% -
HSV(B) 291.74º 0.93% 0.92% -
XYZ 39.94 19.15 79.43 -
YUV 97.06 205.28 204.27 -
System Red Green Blue C M Y K H S L
Decimal 204 16 234 0.13 0.93 0 0.08 291.74 0.87 0.49
Hex CC 10 EA D 5D 0 8 124 57 31
Octal 314 20 352 15 135 0 10 444 127 61
Binary 11001100 10000 11101010 1101 1011101 0 1000 100100100 1010111 110001

Color Harmonies of #CC10EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10EA

Black with #CC10EA

Text Example


Text Example

White with #CC10EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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