Html Css Color HEX #CC1ECC Deep Magenta

📋 copy color: '#CC1ECC'

red 204 ◦ green 30 ◦ blue 204

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

Shades of Deep Magenta #CC1ECC

Tints of Deep Magenta #CC1ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.85%

 BLUE value IS 204 (80.08% from 255) = 46.58%

R = 46.58%
G = 6.85%
B = 46.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC1ECC (or 0xCC1ECC) is known color: Deep Magenta. HEX triplet: CC, 1E and CC. RGB value is (204,30,204). Sum of RGB (Red+Green+Blue) = 204+30+204=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC1ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ECC is #33E133. Grayscale: #656565. Windows color (decimal): -3399988 or 13377228. OLE color: 13377228.

HSL color Cylindrical-coordinate representation of color #CC1ECC: hue angle of 300º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC1ECC is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 30 204 -
CMYK 0 0.85 0 0.2
HSL 300º 0.74% 0.46% -
HSV(B) 300º 0.85% 0.8% -
XYZ 36.27 18.13 58.71 -
YUV 101.86 185.65 200.85 -
System Red Green Blue C M Y K H S L
Decimal 204 30 204 0 0.85 0 0.2 300 0.74 0.46
Hex CC 1E CC 0 55 0 14 12C 4A 2E
Octal 314 36 314 0 125 0 24 454 112 56
Binary 11001100 11110 11001100 0 1010101 0 10100 100101100 1001010 101110

Color Harmonies of #CC1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1ECC

Black with #CC1ECC

Text Example


Text Example

White with #CC1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1ECC; }

 p { color: rgb(204,30,204); }

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

background-color css

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

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

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

border-color css

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

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

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