Html Css Color HEX #CC23F2 Electric Purple

📋 copy color: '#CC23F2'

red 204 ◦ green 35 ◦ blue 242

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

Shades of Electric Purple #CC23F2

Tints of Electric Purple #CC23F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.31%

R = 42.41%
G = 7.28%
B = 50.31%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC23F2 (or 0xCC23F2) is known color: Electric Purple. HEX triplet: CC, 23 and F2. RGB value is (204,35,242). Sum of RGB (Red+Green+Blue) = 204+35+242=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 35 (14.06% from 255 or 7.28% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC23F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC23F2 is #33DC0D. Grayscale: #6C6C6C. Windows color (decimal): -3398670 or 15868876. OLE color: 15868876.

HSL color Cylindrical-coordinate representation of color #CC23F2: hue angle of 288.99º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC23F2 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 35 242 -
CMYK 0.16 0.86 0 0.05
HSL 288.99º 0.89% 0.54% -
HSV(B) 288.99º 0.86% 0.95% -
XYZ 41.53 20.45 85.76 -
YUV 109.13 202.99 195.67 -
System Red Green Blue C M Y K H S L
Decimal 204 35 242 0.16 0.86 0 0.05 288.99 0.89 0.54
Hex CC 23 F2 10 56 0 5 121 59 36
Octal 314 43 362 20 126 0 5 441 131 66
Binary 11001100 100011 11110010 10000 1010110 0 101 100100001 1011001 110110

Color Harmonies of #CC23F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC23F2

Black with #CC23F2

Text Example


Text Example

White with #CC23F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC23F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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