Html Css Color HEX #CD1FAF Deep Magenta

📋 copy color: '#CD1FAF'

red 205 ◦ green 31 ◦ blue 175

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

Shades of Deep Magenta #CD1FAF

Tints of Deep Magenta #CD1FAF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.54%

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

R = 49.88%
G = 7.54%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD1FAF (or 0xCD1FAF) is known color: Deep Magenta. HEX triplet: CD, 1F and AF. RGB value is (205,31,175). Sum of RGB (Red+Green+Blue) = 205+31+175=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 31 (12.5% from 255 or 7.54% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1FAF is #32E050. Grayscale: #636363. Windows color (decimal): -3334225 or 11476941. OLE color: 11476941.

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

Color convert

RGB 205 31 175 -
CMYK 0 0.85 0.15 0.20
HSL 310.34º 0.74% 0.46% -
HSV(B) 310.34º 0.85% 0.8% -
XYZ 33.4 17.05 42.09 -
YUV 99.44 170.65 203.29 -
System Red Green Blue C M Y K H S L
Decimal 205 31 175 0 0.85 0.15 0.20 310.34 0.74 0.46
Hex CD 1F AF 0 55 F 14 136 4A 2E
Octal 315 37 257 0 125 17 24 466 112 56
Binary 11001101 11111 10101111 0 1010101 1111 10100 100110110 1001010 101110

Color Harmonies of #CD1FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1FAF

Black with #CD1FAF

Text Example


Text Example

White with #CD1FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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