Html Css Color HEX #CD1DBB Deep Magenta

📋 copy color: '#CD1DBB'

red 205 ◦ green 29 ◦ blue 187

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

Shades of Deep Magenta #CD1DBB

Tints of Deep Magenta #CD1DBB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.89%

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 48.69%
G = 6.89%
B = 44.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD1DBB (or 0xCD1DBB) is known color: Deep Magenta. HEX triplet: CD, 1D and BB. RGB value is (205,29,187). Sum of RGB (Red+Green+Blue) = 205+29+187=421 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.69% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1DBB is #32E244. Grayscale: #636363. Windows color (decimal): -3334725 or 12262861. OLE color: 12262861.

HSL color Cylindrical-coordinate representation of color #CD1DBB: hue angle of 306.14º degrees, saturation: 0.75, 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 #CD1DBB is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 29 187 -
CMYK 0 0.86 0.09 0.20
HSL 306.14º 0.75% 0.46% -
HSV(B) 306.14º 0.86% 0.8% -
XYZ 34.59 17.45 48.56 -
YUV 99.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 205 29 187 0 0.86 0.09 0.20 306.14 0.75 0.46
Hex CD 1D BB 0 56 9 14 132 4B 2E
Octal 315 35 273 0 126 11 24 462 113 56
Binary 11001101 11101 10111011 0 1010110 1001 10100 100110010 1001011 101110

Color Harmonies of #CD1DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1DBB

Black with #CD1DBB

Text Example


Text Example

White with #CD1DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1DBB; }

 p { color: rgb(205,29,187); }

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

background-color css

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

 a { background-color: rgb(205,29,187); }

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

border-color css

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

 span { border-color: rgb(205,29,187); }

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