Html Css Color HEX #CC19EC Electric Purple

📋 copy color: '#CC19EC'

red 204 ◦ green 25 ◦ blue 236

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

Shades of Electric Purple #CC19EC

Tints of Electric Purple #CC19EC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.38%

 BLUE value IS 236 (92.58% from 255) = 50.75%

R = 43.87%
G = 5.38%
B = 50.75%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC19EC (or 0xCC19EC) is known color: Electric Purple. HEX triplet: CC, 19 and EC. RGB value is (204,25,236). Sum of RGB (Red+Green+Blue) = 204+25+236=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19EC is #33E613. Grayscale: #656565. Windows color (decimal): -3401236 or 15473100. OLE color: 15473100.

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

Color convert

RGB 204 25 236 -
CMYK 0.14 0.89 0 0.07
HSL 290.9º 0.85% 0.51% -
HSV(B) 290.9º 0.89% 0.93% -
XYZ 40.39 19.59 81.01 -
YUV 102.58 203.3 200.34 -
System Red Green Blue C M Y K H S L
Decimal 204 25 236 0.14 0.89 0 0.07 290.9 0.85 0.51
Hex CC 19 EC E 59 0 7 123 55 33
Octal 314 31 354 16 131 0 7 443 125 63
Binary 11001100 11001 11101100 1110 1011001 0 111 100100011 1010101 110011

Color Harmonies of #CC19EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19EC

Black with #CC19EC

Text Example


Text Example

White with #CC19EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19EC; }

 p { color: rgb(204,25,236); }

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

background-color css

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

 a { background-color: rgb(204,25,236); }

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

border-color css

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

 span { border-color: rgb(204,25,236); }

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