Html Css Color HEX #CC23EC Electric Purple

📋 copy color: '#CC23EC'

red 204 ◦ green 35 ◦ blue 236

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

Shades of Electric Purple #CC23EC

Tints of Electric Purple #CC23EC

RGB

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

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

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

R = 42.95%
G = 7.37%
B = 49.68%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC23EC (or 0xCC23EC) is known color: Electric Purple. HEX triplet: CC, 23 and EC. RGB value is (204,35,236). Sum of RGB (Red+Green+Blue) = 204+35+236=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 35 (14.06% from 255 or 7.37% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC23EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23EC is #33DC13. Grayscale: #6B6B6B. Windows color (decimal): -3398676 or 15475660. OLE color: 15475660.

HSL color Cylindrical-coordinate representation of color #CC23EC: hue angle of 290.45º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC23EC is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 35 236 -
CMYK 0.14 0.85 0 0.07
HSL 290.45º 0.84% 0.53% -
HSV(B) 290.45º 0.85% 0.93% -
XYZ 40.64 20.1 81.09 -
YUV 108.45 199.99 196.16 -
System Red Green Blue C M Y K H S L
Decimal 204 35 236 0.14 0.85 0 0.07 290.45 0.84 0.53
Hex CC 23 EC E 55 0 7 122 54 35
Octal 314 43 354 16 125 0 7 442 124 65
Binary 11001100 100011 11101100 1110 1010101 0 111 100100010 1010100 110101

Color Harmonies of #CC23EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23EC

Black with #CC23EC

Text Example


Text Example

White with #CC23EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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