Html Css Color HEX #CC23FF Electric Purple

📋 copy color: '#CC23FF'

red 204 ◦ green 35 ◦ blue 255

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

Shades of Electric Purple #CC23FF

Tints of Electric Purple #CC23FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.62%

R = 41.3%
G = 7.09%
B = 51.62%

CMYK

 C value IS 0.2

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC23FF (or 0xCC23FF) is known color: Electric Purple. HEX triplet: CC, 23 and FF. RGB value is (204,35,255). Sum of RGB (Red+Green+Blue) = 204+35+255=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 35 (14.06% from 255 or 7.09% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC23FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23FF is #33DC00. Grayscale: #6D6D6D. Windows color (decimal): -3398657 or 16720844. OLE color: 16720844.

HSL color Cylindrical-coordinate representation of color #CC23FF: hue angle of 286.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC23FF is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 35 255 -
CMYK 0.2 0.86 0 0
HSL 286.09º 1% 0.57% -
HSV(B) 286.09º 0.86% 1% -
XYZ 43.55 21.26 96.42 -
YUV 110.61 209.49 194.61 -
System Red Green Blue C M Y K H S L
Decimal 204 35 255 0.2 0.86 0 0 286.09 1 0.57
Hex CC 23 FF 14 56 0 0 11E 64 39
Octal 314 43 377 24 126 0 0 436 144 71
Binary 11001100 100011 11111111 10100 1010110 0 0 100011110 1100100 111001

Color Harmonies of #CC23FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23FF

Black with #CC23FF

Text Example


Text Example

White with #CC23FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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