Html Css Color HEX #CC1ECF Deep Magenta

📋 copy color: '#CC1ECF'

red 204 ◦ green 30 ◦ blue 207

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

Shades of Deep Magenta #CC1ECF

Tints of Deep Magenta #CC1ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 46.26%
G = 6.8%
B = 46.94%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC1ECF (or 0xCC1ECF) is known color: Deep Magenta. HEX triplet: CC, 1E and CF. RGB value is (204,30,207). Sum of RGB (Red+Green+Blue) = 204+30+207=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC1ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ECF is #33E130. Grayscale: #656565. Windows color (decimal): -3399985 or 13573836. OLE color: 13573836.

HSL color Cylindrical-coordinate representation of color #CC1ECF: hue angle of 298.98º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1ECF is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 30 207 -
CMYK 0.01 0.86 0 0.19
HSL 298.98º 0.75% 0.46% -
HSV(B) 298.98º 0.86% 0.81% -
XYZ 36.63 18.27 60.63 -
YUV 102.2 187.15 200.61 -
System Red Green Blue C M Y K H S L
Decimal 204 30 207 0.01 0.86 0 0.19 298.98 0.75 0.46
Hex CC 1E CF 1 56 0 13 12B 4B 2E
Octal 314 36 317 1 126 0 23 453 113 56
Binary 11001100 11110 11001111 1 1010110 0 10011 100101011 1001011 101110

Color Harmonies of #CC1ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1ECF

Black with #CC1ECF

Text Example


Text Example

White with #CC1ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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