Html Css Color HEX #CC1EB9 Deep Magenta

📋 copy color: '#CC1EB9'

red 204 ◦ green 30 ◦ blue 185

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

Shades of Deep Magenta #CC1EB9

Tints of Deep Magenta #CC1EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.15%

R = 48.69%
G = 7.16%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC1EB9 (or 0xCC1EB9) is known color: Deep Magenta. HEX triplet: CC, 1E and B9. RGB value is (204,30,185). Sum of RGB (Red+Green+Blue) = 204+30+185=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 185 (72.66% from 255 or 44.15% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1EB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1EB9 is #33E146. Grayscale: #636363. Windows color (decimal): -3400007 or 12132044. OLE color: 12132044.

HSL color Cylindrical-coordinate representation of color #CC1EB9: hue angle of 306.55º 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 #CC1EB9 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 30 185 -
CMYK 0 0.85 0.09 0.2
HSL 306.55º 0.74% 0.46% -
HSV(B) 306.55º 0.85% 0.8% -
XYZ 34.12 17.27 47.43 -
YUV 99.7 176.15 202.4 -
System Red Green Blue C M Y K H S L
Decimal 204 30 185 0 0.85 0.09 0.2 306.55 0.74 0.46
Hex CC 1E B9 0 55 9 14 133 4A 2E
Octal 314 36 271 0 125 11 24 463 112 56
Binary 11001100 11110 10111001 0 1010101 1001 10100 100110011 1001010 101110

Color Harmonies of #CC1EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1EB9

Black with #CC1EB9

Text Example


Text Example

White with #CC1EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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