Html Css Color HEX #CC21EF Electric Purple

📋 copy color: '#CC21EF'

red 204 ◦ green 33 ◦ blue 239

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

Shades of Electric Purple #CC21EF

Tints of Electric Purple #CC21EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 42.86%
G = 6.93%
B = 50.21%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC21EF (or 0xCC21EF) is known color: Electric Purple. HEX triplet: CC, 21 and EF. RGB value is (204,33,239). Sum of RGB (Red+Green+Blue) = 204+33+239=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC21EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC21EF is #33DE10. Grayscale: #6A6A6A. Windows color (decimal): -3399185 or 15671756. OLE color: 15671756.

HSL color Cylindrical-coordinate representation of color #CC21EF: hue angle of 289.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC21EF is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 33 239 -
CMYK 0.15 0.86 0 0.06
HSL 289.81º 0.87% 0.53% -
HSV(B) 289.81º 0.86% 0.94% -
XYZ 41.03 20.16 83.39 -
YUV 107.61 202.15 196.75 -
System Red Green Blue C M Y K H S L
Decimal 204 33 239 0.15 0.86 0 0.06 289.81 0.87 0.53
Hex CC 21 EF F 56 0 6 122 57 35
Octal 314 41 357 17 126 0 6 442 127 65
Binary 11001100 100001 11101111 1111 1010110 0 110 100100010 1010111 110101

Color Harmonies of #CC21EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC21EF

Black with #CC21EF

Text Example


Text Example

White with #CC21EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC21EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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