Html Css Color HEX #CC21ED Electric Purple

📋 copy color: '#CC21ED'

red 204 ◦ green 33 ◦ blue 237

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

Shades of Electric Purple #CC21ED

Tints of Electric Purple #CC21ED

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.96%

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

R = 43.04%
G = 6.96%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC21ED (or 0xCC21ED) is known color: Electric Purple. HEX triplet: CC, 21 and ED. RGB value is (204,33,237). Sum of RGB (Red+Green+Blue) = 204+33+237=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 33 (13.28% from 255 or 6.96% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC21ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21ED is #33DE12. Grayscale: #6A6A6A. Windows color (decimal): -3399187 or 15540684. OLE color: 15540684.

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

Color convert

RGB 204 33 237 -
CMYK 0.14 0.86 0 0.07
HSL 290.29º 0.85% 0.53% -
HSV(B) 290.29º 0.86% 0.93% -
XYZ 40.73 20.04 81.84 -
YUV 107.39 201.15 196.91 -
System Red Green Blue C M Y K H S L
Decimal 204 33 237 0.14 0.86 0 0.07 290.29 0.85 0.53
Hex CC 21 ED E 56 0 7 122 55 35
Octal 314 41 355 16 126 0 7 442 125 65
Binary 11001100 100001 11101101 1110 1010110 0 111 100100010 1010101 110101

Color Harmonies of #CC21ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21ED

Black with #CC21ED

Text Example


Text Example

White with #CC21ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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