Html Css Color HEX #C91FAF Deep Magenta

📋 copy color: '#C91FAF'

red 201 ◦ green 31 ◦ blue 175

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

Shades of Deep Magenta #C91FAF

Tints of Deep Magenta #C91FAF

RGB

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

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

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

R = 49.39%
G = 7.62%
B = 43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C91FAF (or 0xC91FAF) is known color: Deep Magenta. HEX triplet: C9, 1F and AF. RGB value is (201,31,175). Sum of RGB (Red+Green+Blue) = 201+31+175=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C91FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91FAF is #36E050. Grayscale: #616161. Windows color (decimal): -3596369 or 11476937. OLE color: 11476937.

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

Color convert

RGB 201 31 175 -
CMYK 0 0.85 0.13 0.21
HSL 309.18º 0.73% 0.45% -
HSV(B) 309.18º 0.85% 0.79% -
XYZ 32.32 16.49 42.04 -
YUV 98.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 201 31 175 0 0.85 0.13 0.21 309.18 0.73 0.45
Hex C9 1F AF 0 55 D 15 135 49 2D
Octal 311 37 257 0 125 15 25 465 111 55
Binary 11001001 11111 10101111 0 1010101 1101 10101 100110101 1001001 101101

Color Harmonies of #C91FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FAF

Black with #C91FAF

Text Example


Text Example

White with #C91FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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