Html Css Color HEX #CC23EF Electric Purple

📋 copy color: '#CC23EF'

red 204 ◦ green 35 ◦ blue 239

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

Shades of Electric Purple #CC23EF

Tints of Electric Purple #CC23EF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.32%

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

R = 42.68%
G = 7.32%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC23EF (or 0xCC23EF) is known color: Electric Purple. HEX triplet: CC, 23 and EF. RGB value is (204,35,239). Sum of RGB (Red+Green+Blue) = 204+35+239=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC23EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23EF is #33DC10. Grayscale: #6C6C6C. Windows color (decimal): -3398673 or 15672268. OLE color: 15672268.

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

Color convert

RGB 204 35 239 -
CMYK 0.15 0.85 0 0.06
HSL 289.71º 0.86% 0.54% -
HSV(B) 289.71º 0.85% 0.94% -
XYZ 41.08 20.27 83.41 -
YUV 108.79 201.49 195.91 -
System Red Green Blue C M Y K H S L
Decimal 204 35 239 0.15 0.85 0 0.06 289.71 0.86 0.54
Hex CC 23 EF F 55 0 6 122 56 36
Octal 314 43 357 17 125 0 6 442 126 66
Binary 11001100 100011 11101111 1111 1010101 0 110 100100010 1010110 110110

Color Harmonies of #CC23EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23EF

Black with #CC23EF

Text Example


Text Example

White with #CC23EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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