Html Css Color HEX #C91DAA Medium Violet Red

📋 copy color: '#C91DAA'

red 201 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #C91DAA

Tints of Medium Violet Red #C91DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.5%

R = 50.25%
G = 7.25%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C91DAA (or 0xC91DAA) is known color: Medium Violet Red. HEX triplet: C9, 1D and AA. RGB value is (201,29,170). Sum of RGB (Red+Green+Blue) = 201+29+170=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C91DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91DAA is #36E255. Grayscale: #606060. Windows color (decimal): -3596886 or 11148745. OLE color: 11148745.

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

Color convert

RGB 201 29 170 -
CMYK 0 0.86 0.15 0.21
HSL 310.81º 0.75% 0.45% -
HSV(B) 310.81º 0.86% 0.79% -
XYZ 31.78 16.2 39.48 -
YUV 96.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 201 29 170 0 0.86 0.15 0.21 310.81 0.75 0.45
Hex C9 1D AA 0 56 F 15 137 4B 2D
Octal 311 35 252 0 126 17 25 467 113 55
Binary 11001001 11101 10101010 0 1010110 1111 10101 100110111 1001011 101101

Color Harmonies of #C91DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DAA

Black with #C91DAA

Text Example


Text Example

White with #C91DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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