Html Css Color HEX #C50DAF Deep Magenta

📋 copy color: '#C50DAF'

red 197 ◦ green 13 ◦ blue 175

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

Shades of Deep Magenta #C50DAF

Tints of Deep Magenta #C50DAF

RGB

 RED value IS 197 (77.34% from 255) = 51.17%

 GREEN value IS 13 (5.47% from 255) = 3.38%

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

R = 51.17%
G = 3.38%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C50DAF (or 0xC50DAF) is known color: Deep Magenta. HEX triplet: C5, 0D and AF. RGB value is (197,13,175). Sum of RGB (Red+Green+Blue) = 197+13+175=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 13 (5.47% from 255 or 3.38% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C50DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50DAF is #3AF250. Grayscale: #565656. Windows color (decimal): -3863121 or 11472325. OLE color: 11472325.

HSL color Cylindrical-coordinate representation of color #C50DAF: hue angle of 307.17º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50DAF is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 13 175 -
CMYK 0 0.93 0.11 0.23
HSL 307.17º 0.88% 0.41% -
HSV(B) 307.17º 0.93% 0.77% -
XYZ 30.91 15.25 41.87 -
YUV 86.48 177.96 206.83 -
System Red Green Blue C M Y K H S L
Decimal 197 13 175 0 0.93 0.11 0.23 307.17 0.88 0.41
Hex C5 D AF 0 5D B 17 133 58 29
Octal 305 15 257 0 135 13 27 463 130 51
Binary 11000101 1101 10101111 0 1011101 1011 10111 100110011 1011000 101001

Color Harmonies of #C50DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50DAF

Black with #C50DAF

Text Example


Text Example

White with #C50DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50DAF; }

 p { color: rgb(197,13,175); }

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

background-color css

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

 a { background-color: rgb(197,13,175); }

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

border-color css

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

 span { border-color: rgb(197,13,175); }

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