Html Css Color HEX #CC21EE Electric Purple

📋 copy color: '#CC21EE'

red 204 ◦ green 33 ◦ blue 238

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

Shades of Electric Purple #CC21EE

Tints of Electric Purple #CC21EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.11%

R = 42.95%
G = 6.95%
B = 50.11%

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

#CC21EE (or 0xCC21EE) is known color: Electric Purple. HEX triplet: CC, 21 and EE. RGB value is (204,33,238). Sum of RGB (Red+Green+Blue) = 204+33+238=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 33 (13.28% from 255 or 6.95% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21EE is #33DE11. Grayscale: #6A6A6A. Windows color (decimal): -3399186 or 15606220. OLE color: 15606220.

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

Color convert

RGB 204 33 238 -
CMYK 0.14 0.86 0 0.07
HSL 290.05º 0.86% 0.53% -
HSV(B) 290.05º 0.86% 0.93% -
XYZ 40.88 20.1 82.61 -
YUV 107.5 201.65 196.83 -
System Red Green Blue C M Y K H S L
Decimal 204 33 238 0.14 0.86 0 0.07 290.05 0.86 0.53
Hex CC 21 EE E 56 0 7 122 56 35
Octal 314 41 356 16 126 0 7 442 126 65
Binary 11001100 100001 11101110 1110 1010110 0 111 100100010 1010110 110101

Color Harmonies of #CC21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21EE

Black with #CC21EE

Text Example


Text Example

White with #CC21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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