Html Css Color HEX #CC2CFD Electric Purple

📋 copy color: '#CC2CFD'

red 204 ◦ green 44 ◦ blue 253

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

Shades of Electric Purple #CC2CFD

Tints of Electric Purple #CC2CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 40.72%
G = 8.78%
B = 50.5%

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

#CC2CFD (or 0xCC2CFD) is known color: Electric Purple. HEX triplet: CC, 2C and FD. RGB value is (204,44,253). Sum of RGB (Red+Green+Blue) = 204+44+253=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 44 (17.58% from 255 or 8.78% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC2CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CFD is #33D302. Grayscale: #727272. Windows color (decimal): -3396355 or 16592076. OLE color: 16592076.

HSL color Cylindrical-coordinate representation of color #CC2CFD: hue angle of 285.93º degrees, saturation: 0.98, 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 #CC2CFD is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 44 253 -
CMYK 0.19 0.83 0 0.01
HSL 285.93º 0.98% 0.58% -
HSV(B) 285.93º 0.83% 0.99% -
XYZ 43.53 21.73 94.83 -
YUV 115.67 205.51 191.01 -
System Red Green Blue C M Y K H S L
Decimal 204 44 253 0.19 0.83 0 0.01 285.93 0.98 0.58
Hex CC 2C FD 13 53 0 1 11E 62 3A
Octal 314 54 375 23 123 0 1 436 142 72
Binary 11001100 101100 11111101 10011 1010011 0 1 100011110 1100010 111010

Color Harmonies of #CC2CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CFD

Black with #CC2CFD

Text Example


Text Example

White with #CC2CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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