Html Css Color HEX #CC21EC Electric Purple

📋 copy color: '#CC21EC'

red 204 ◦ green 33 ◦ blue 236

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

Shades of Electric Purple #CC21EC

Tints of Electric Purple #CC21EC

RGB

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

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

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

R = 43.13%
G = 6.98%
B = 49.89%

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

#CC21EC (or 0xCC21EC) is known color: Electric Purple. HEX triplet: CC, 21 and EC. RGB value is (204,33,236). Sum of RGB (Red+Green+Blue) = 204+33+236=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 33 (13.28% from 255 or 6.98% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC21EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21EC is #33DE13. Grayscale: #6A6A6A. Windows color (decimal): -3399188 or 15475148. OLE color: 15475148.

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

Color convert

RGB 204 33 236 -
CMYK 0.14 0.86 0 0.07
HSL 290.54º 0.84% 0.53% -
HSV(B) 290.54º 0.86% 0.93% -
XYZ 40.59 19.98 81.07 -
YUV 107.27 200.65 196.99 -
System Red Green Blue C M Y K H S L
Decimal 204 33 236 0.14 0.86 0 0.07 290.54 0.84 0.53
Hex CC 21 EC E 56 0 7 123 54 35
Octal 314 41 354 16 126 0 7 443 124 65
Binary 11001100 100001 11101100 1110 1010110 0 111 100100011 1010100 110101

Color Harmonies of #CC21EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21EC

Black with #CC21EC

Text Example


Text Example

White with #CC21EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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