Html Css Color HEX #CC21E9 Electric Purple

📋 copy color: '#CC21E9'

red 204 ◦ green 33 ◦ blue 233

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

Shades of Electric Purple #CC21E9

Tints of Electric Purple #CC21E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 49.57%

R = 43.4%
G = 7.02%
B = 49.57%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC21E9 (or 0xCC21E9) is known color: Electric Purple. HEX triplet: CC, 21 and E9. RGB value is (204,33,233). Sum of RGB (Red+Green+Blue) = 204+33+233=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 233 (91.41% from 255 or 49.57% from 470); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC21E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21E9 is #33DE16. Grayscale: #6A6A6A. Windows color (decimal): -3399191 or 15278540. OLE color: 15278540.

HSL color Cylindrical-coordinate representation of color #CC21E9: hue angle of 291.3º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC21E9 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 33 233 -
CMYK 0.12 0.86 0 0.09
HSL 291.3º 0.82% 0.52% -
HSV(B) 291.3º 0.86% 0.91% -
XYZ 40.15 19.81 78.8 -
YUV 106.93 199.15 197.24 -
System Red Green Blue C M Y K H S L
Decimal 204 33 233 0.12 0.86 0 0.09 291.3 0.82 0.52
Hex CC 21 E9 C 56 0 9 123 52 34
Octal 314 41 351 14 126 0 11 443 122 64
Binary 11001100 100001 11101001 1100 1010110 0 1001 100100011 1010010 110100

Color Harmonies of #CC21E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21E9

Black with #CC21E9

Text Example


Text Example

White with #CC21E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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