Html Css Color HEX #CC10EB Electric Purple

📋 copy color: '#CC10EB'

red 204 ◦ green 16 ◦ blue 235

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

Shades of Electric Purple #CC10EB

Tints of Electric Purple #CC10EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 44.84%
G = 3.52%
B = 51.65%

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

#CC10EB (or 0xCC10EB) is known color: Electric Purple. HEX triplet: CC, 10 and EB. RGB value is (204,16,235). Sum of RGB (Red+Green+Blue) = 204+16+235=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC10EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC10EB is #33EF14. Grayscale: #606060. Windows color (decimal): -3403541 or 15405260. OLE color: 15405260.

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

Color convert

RGB 204 16 235 -
CMYK 0.13 0.93 0 0.08
HSL 291.51º 0.87% 0.49% -
HSV(B) 291.51º 0.93% 0.92% -
XYZ 40.08 19.21 80.19 -
YUV 97.18 205.78 204.19 -
System Red Green Blue C M Y K H S L
Decimal 204 16 235 0.13 0.93 0 0.08 291.51 0.87 0.49
Hex CC 10 EB D 5D 0 8 124 57 31
Octal 314 20 353 15 135 0 10 444 127 61
Binary 11001100 10000 11101011 1101 1011101 0 1000 100100100 1010111 110001

Color Harmonies of #CC10EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC10EB

Black with #CC10EB

Text Example


Text Example

White with #CC10EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC10EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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