Html Css Color HEX #CD18AF Deep Magenta

📋 copy color: '#CD18AF'

red 205 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #CD18AF

Tints of Deep Magenta #CD18AF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.94%

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 50.74%
G = 5.94%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD18AF (or 0xCD18AF) is known color: Deep Magenta. HEX triplet: CD, 18 and AF. RGB value is (205,24,175). Sum of RGB (Red+Green+Blue) = 205+24+175=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD18AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD18AF is #32E750. Grayscale: #5E5E5E. Windows color (decimal): -3336017 or 11475149. OLE color: 11475149.

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

Color convert

RGB 205 24 175 -
CMYK 0 0.88 0.15 0.20
HSL 309.94º 0.79% 0.45% -
HSV(B) 309.94º 0.88% 0.8% -
XYZ 33.24 16.73 42.03 -
YUV 95.33 172.97 206.22 -
System Red Green Blue C M Y K H S L
Decimal 205 24 175 0 0.88 0.15 0.20 309.94 0.79 0.45
Hex CD 18 AF 0 58 F 14 136 4F 2D
Octal 315 30 257 0 130 17 24 466 117 55
Binary 11001101 11000 10101111 0 1011000 1111 10100 100110110 1001111 101101

Color Harmonies of #CD18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD18AF

Black with #CD18AF

Text Example


Text Example

White with #CD18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD18AF; }

 p { color: rgb(205,24,175); }

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

background-color css

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

 a { background-color: rgb(205,24,175); }

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

border-color css

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

 span { border-color: rgb(205,24,175); }

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