Html Css Color HEX #CC19ED Electric Purple

📋 copy color: '#CC19ED'

red 204 ◦ green 25 ◦ blue 237

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

Shades of Electric Purple #CC19ED

Tints of Electric Purple #CC19ED

RGB

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

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

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

R = 43.78%
G = 5.36%
B = 50.86%

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

#CC19ED (or 0xCC19ED) is known color: Electric Purple. HEX triplet: CC, 19 and ED. RGB value is (204,25,237). Sum of RGB (Red+Green+Blue) = 204+25+237=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC19ED is #33E612. Grayscale: #666666. Windows color (decimal): -3401235 or 15538636. OLE color: 15538636.

HSL color Cylindrical-coordinate representation of color #CC19ED: hue angle of 290.66º 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 #CC19ED is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 25 237 -
CMYK 0.14 0.89 0 0.07
HSL 290.66º 0.85% 0.51% -
HSV(B) 290.66º 0.89% 0.93% -
XYZ 40.54 19.65 81.78 -
YUV 102.69 203.8 200.26 -
System Red Green Blue C M Y K H S L
Decimal 204 25 237 0.14 0.89 0 0.07 290.66 0.85 0.51
Hex CC 19 ED E 59 0 7 123 55 33
Octal 314 31 355 16 131 0 7 443 125 63
Binary 11001100 11001 11101101 1110 1011001 0 111 100100011 1010101 110011

Color Harmonies of #CC19ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC19ED

Black with #CC19ED

Text Example


Text Example

White with #CC19ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC19ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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