Html Css Color HEX #CD1CB9 Deep Magenta

📋 copy color: '#CD1CB9'

red 205 ◦ green 28 ◦ blue 185

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

Shades of Deep Magenta #CD1CB9

Tints of Deep Magenta #CD1CB9

RGB

 RED value IS 205 (80.47% from 255) = 49.04%

 GREEN value IS 28 (11.33% from 255) = 6.7%

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

R = 49.04%
G = 6.7%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD1CB9 (or 0xCD1CB9) is known color: Deep Magenta. HEX triplet: CD, 1C and B9. RGB value is (205,28,185). Sum of RGB (Red+Green+Blue) = 205+28+185=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1CB9 is #32E346. Grayscale: #626262. Windows color (decimal): -3334983 or 12131533. OLE color: 12131533.

HSL color Cylindrical-coordinate representation of color #CD1CB9: hue angle of 306.78º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1CB9 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 28 185 -
CMYK 0 0.86 0.10 0.20
HSL 306.78º 0.76% 0.46% -
HSV(B) 306.78º 0.86% 0.8% -
XYZ 34.35 17.31 47.43 -
YUV 98.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 205 28 185 0 0.86 0.10 0.20 306.78 0.76 0.46
Hex CD 1C B9 0 56 A 14 133 4C 2E
Octal 315 34 271 0 126 12 24 463 114 56
Binary 11001101 11100 10111001 0 1010110 1010 10100 100110011 1001100 101110

Color Harmonies of #CD1CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1CB9

Black with #CD1CB9

Text Example


Text Example

White with #CD1CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1CB9; }

 p { color: rgb(205,28,185); }

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

background-color css

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

 a { background-color: rgb(205,28,185); }

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

border-color css

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

 span { border-color: rgb(205,28,185); }

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