Html Css Color HEX #CC23EA Electric Purple

📋 copy color: '#CC23EA'

red 204 ◦ green 35 ◦ blue 234

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

Shades of Electric Purple #CC23EA

Tints of Electric Purple #CC23EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.47%

R = 43.13%
G = 7.4%
B = 49.47%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC23EA (or 0xCC23EA) is known color: Electric Purple. HEX triplet: CC, 23 and EA. RGB value is (204,35,234). Sum of RGB (Red+Green+Blue) = 204+35+234=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC23EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23EA is #33DC15. Grayscale: #6B6B6B. Windows color (decimal): -3398678 or 15344588. OLE color: 15344588.

HSL color Cylindrical-coordinate representation of color #CC23EA: hue angle of 290.95º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC23EA is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 35 234 -
CMYK 0.13 0.85 0 0.08
HSL 290.95º 0.83% 0.53% -
HSV(B) 290.95º 0.85% 0.92% -
XYZ 40.35 19.98 79.57 -
YUV 108.22 198.99 196.32 -
System Red Green Blue C M Y K H S L
Decimal 204 35 234 0.13 0.85 0 0.08 290.95 0.83 0.53
Hex CC 23 EA D 55 0 8 123 53 35
Octal 314 43 352 15 125 0 10 443 123 65
Binary 11001100 100011 11101010 1101 1010101 0 1000 100100011 1010011 110101

Color Harmonies of #CC23EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23EA

Black with #CC23EA

Text Example


Text Example

White with #CC23EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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