Html Css Color HEX #CD1ABB Deep Magenta

📋 copy color: '#CD1ABB'

red 205 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #CD1ABB

Tints of Deep Magenta #CD1ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.22%

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

R = 49.04%
G = 6.22%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD1ABB (or 0xCD1ABB) is known color: Deep Magenta. HEX triplet: CD, 1A and BB. RGB value is (205,26,187). Sum of RGB (Red+Green+Blue) = 205+26+187=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1ABB is #32E544. Grayscale: #616161. Windows color (decimal): -3335493 or 12262093. OLE color: 12262093.

HSL color Cylindrical-coordinate representation of color #CD1ABB: hue angle of 306.03º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1ABB is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 26 187 -
CMYK 0 0.87 0.09 0.20
HSL 306.03º 0.77% 0.45% -
HSV(B) 306.03º 0.87% 0.8% -
XYZ 34.52 17.31 48.53 -
YUV 97.88 178.3 204.41 -
System Red Green Blue C M Y K H S L
Decimal 205 26 187 0 0.87 0.09 0.20 306.03 0.77 0.45
Hex CD 1A BB 0 57 9 14 132 4D 2D
Octal 315 32 273 0 127 11 24 462 115 55
Binary 11001101 11010 10111011 0 1010111 1001 10100 100110010 1001101 101101

Color Harmonies of #CD1ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1ABB

Black with #CD1ABB

Text Example


Text Example

White with #CD1ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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