Html Css Color HEX #C91DAF Deep Magenta

📋 copy color: '#C91DAF'

red 201 ◦ green 29 ◦ blue 175

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

Shades of Deep Magenta #C91DAF

Tints of Deep Magenta #C91DAF

RGB

 RED value IS 201 (78.91% from 255) = 49.63%

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

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

R = 49.63%
G = 7.16%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C91DAF (or 0xC91DAF) is known color: Deep Magenta. HEX triplet: C9, 1D and AF. RGB value is (201,29,175). Sum of RGB (Red+Green+Blue) = 201+29+175=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 29 (11.72% from 255 or 7.16% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C91DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91DAF is #36E250. Grayscale: #606060. Windows color (decimal): -3596881 or 11476425. OLE color: 11476425.

HSL color Cylindrical-coordinate representation of color #C91DAF: hue angle of 309.07º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C91DAF is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 29 175 -
CMYK 0 0.86 0.13 0.21
HSL 309.07º 0.75% 0.45% -
HSV(B) 309.07º 0.86% 0.79% -
XYZ 32.26 16.39 42.02 -
YUV 97.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 201 29 175 0 0.86 0.13 0.21 309.07 0.75 0.45
Hex C9 1D AF 0 56 D 15 135 4B 2D
Octal 311 35 257 0 126 15 25 465 113 55
Binary 11001001 11101 10101111 0 1010110 1101 10101 100110101 1001011 101101

Color Harmonies of #C91DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DAF

Black with #C91DAF

Text Example


Text Example

White with #C91DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DAF; }

 p { color: rgb(201,29,175); }

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

background-color css

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

 a { background-color: rgb(201,29,175); }

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

border-color css

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

 span { border-color: rgb(201,29,175); }

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