Html Css Color HEX #CC2CED Electric Purple

📋 copy color: '#CC2CED'

red 204 ◦ green 44 ◦ blue 237

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

Shades of Electric Purple #CC2CED

Tints of Electric Purple #CC2CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 42.06%
G = 9.07%
B = 48.87%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC2CED (or 0xCC2CED) is known color: Electric Purple. HEX triplet: CC, 2C and ED. RGB value is (204,44,237). Sum of RGB (Red+Green+Blue) = 204+44+237=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 44 (17.58% from 255 or 9.07% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC2CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2CED is #33D312. Grayscale: #717171. Windows color (decimal): -3396371 or 15543500. OLE color: 15543500.

HSL color Cylindrical-coordinate representation of color #CC2CED: hue angle of 289.74º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2CED is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 44 237 -
CMYK 0.14 0.81 0 0.07
HSL 289.74º 0.84% 0.55% -
HSV(B) 289.74º 0.81% 0.93% -
XYZ 41.09 20.75 81.96 -
YUV 113.84 197.51 192.31 -
System Red Green Blue C M Y K H S L
Decimal 204 44 237 0.14 0.81 0 0.07 289.74 0.84 0.55
Hex CC 2C ED E 51 0 7 122 54 37
Octal 314 54 355 16 121 0 7 442 124 67
Binary 11001100 101100 11101101 1110 1010001 0 111 100100010 1010100 110111

Color Harmonies of #CC2CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2CED

Black with #CC2CED

Text Example


Text Example

White with #CC2CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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