Html Css Color HEX #CC21EA Electric Purple

📋 copy color: '#CC21EA'

red 204 ◦ green 33 ◦ blue 234

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

Shades of Electric Purple #CC21EA

Tints of Electric Purple #CC21EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 43.31%
G = 7.01%
B = 49.68%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC21EA (or 0xCC21EA) is known color: Electric Purple. HEX triplet: CC, 21 and EA. RGB value is (204,33,234). Sum of RGB (Red+Green+Blue) = 204+33+234=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC21EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21EA is #33DE15. Grayscale: #6A6A6A. Windows color (decimal): -3399190 or 15344076. OLE color: 15344076.

HSL color Cylindrical-coordinate representation of color #CC21EA: hue angle of 291.04º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC21EA is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 33 234 -
CMYK 0.13 0.86 0 0.08
HSL 291.04º 0.83% 0.52% -
HSV(B) 291.04º 0.86% 0.92% -
XYZ 40.3 19.87 79.55 -
YUV 107.04 199.65 197.16 -
System Red Green Blue C M Y K H S L
Decimal 204 33 234 0.13 0.86 0 0.08 291.04 0.83 0.52
Hex CC 21 EA D 56 0 8 123 53 34
Octal 314 41 352 15 126 0 10 443 123 64
Binary 11001100 100001 11101010 1101 1010110 0 1000 100100011 1010011 110100

Color Harmonies of #CC21EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21EA

Black with #CC21EA

Text Example


Text Example

White with #CC21EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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