Html Css Color HEX #CC10ED Electric Purple

📋 copy color: '#CC10ED'

red 204 ◦ green 16 ◦ blue 237

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

Shades of Electric Purple #CC10ED

Tints of Electric Purple #CC10ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.86%

R = 44.64%
G = 3.5%
B = 51.86%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC10ED (or 0xCC10ED) is known color: Electric Purple. HEX triplet: CC, 10 and ED. RGB value is (204,16,237). Sum of RGB (Red+Green+Blue) = 204+16+237=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 16 (6.64% from 255 or 3.50% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10ED is #33EF12. Grayscale: #606060. Windows color (decimal): -3403539 or 15536332. OLE color: 15536332.

HSL color Cylindrical-coordinate representation of color #CC10ED: hue angle of 291.04º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC10ED is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 16 237 -
CMYK 0.14 0.93 0 0.07
HSL 291.04º 0.87% 0.5% -
HSV(B) 291.04º 0.93% 0.93% -
XYZ 40.37 19.32 81.72 -
YUV 97.41 206.78 204.03 -
System Red Green Blue C M Y K H S L
Decimal 204 16 237 0.14 0.93 0 0.07 291.04 0.87 0.5
Hex CC 10 ED E 5D 0 7 123 57 32
Octal 314 20 355 16 135 0 7 443 127 62
Binary 11001100 10000 11101101 1110 1011101 0 111 100100011 1010111 110010

Color Harmonies of #CC10ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10ED

Black with #CC10ED

Text Example


Text Example

White with #CC10ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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