Html Css Color HEX #CC2CFC Electric Purple

📋 copy color: '#CC2CFC'

red 204 ◦ green 44 ◦ blue 252

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

Shades of Electric Purple #CC2CFC

Tints of Electric Purple #CC2CFC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.8%

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 40.8%
G = 8.8%
B = 50.4%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC2CFC (or 0xCC2CFC) is known color: Electric Purple. HEX triplet: CC, 2C and FC. RGB value is (204,44,252). Sum of RGB (Red+Green+Blue) = 204+44+252=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC2CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CFC is #33D303. Grayscale: #727272. Windows color (decimal): -3396356 or 16526540. OLE color: 16526540.

HSL color Cylindrical-coordinate representation of color #CC2CFC: hue angle of 286.15º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2CFC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 44 252 -
CMYK 0.19 0.83 0 0.01
HSL 286.15º 0.97% 0.58% -
HSV(B) 286.15º 0.83% 0.99% -
XYZ 43.37 21.67 93.99 -
YUV 115.55 205.01 191.09 -
System Red Green Blue C M Y K H S L
Decimal 204 44 252 0.19 0.83 0 0.01 286.15 0.97 0.58
Hex CC 2C FC 13 53 0 1 11E 61 3A
Octal 314 54 374 23 123 0 1 436 141 72
Binary 11001100 101100 11111100 10011 1010011 0 1 100011110 1100001 111010

Color Harmonies of #CC2CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CFC

Black with #CC2CFC

Text Example


Text Example

White with #CC2CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CFC; }

 p { color: rgb(204,44,252); }

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

background-color css

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

 a { background-color: rgb(204,44,252); }

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

border-color css

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

 span { border-color: rgb(204,44,252); }

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