Html Css Color HEX #C91CAA Medium Violet Red

📋 copy color: '#C91CAA'

red 201 ◦ green 28 ◦ blue 170

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

Shades of Medium Violet Red #C91CAA

Tints of Medium Violet Red #C91CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.02%

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

R = 50.38%
G = 7.02%
B = 42.61%

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

#C91CAA (or 0xC91CAA) is known color: Medium Violet Red. HEX triplet: C9, 1C and AA. RGB value is (201,28,170). Sum of RGB (Red+Green+Blue) = 201+28+170=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91CAA is #36E355. Grayscale: #5F5F5F. Windows color (decimal): -3597142 or 11148489. OLE color: 11148489.

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

Color convert

RGB 201 28 170 -
CMYK 0 0.86 0.15 0.21
HSL 310.75º 0.76% 0.45% -
HSV(B) 310.75º 0.86% 0.79% -
XYZ 31.76 16.15 39.47 -
YUV 95.92 169.81 202.95 -
System Red Green Blue C M Y K H S L
Decimal 201 28 170 0 0.86 0.15 0.21 310.75 0.76 0.45
Hex C9 1C AA 0 56 F 15 137 4C 2D
Octal 311 34 252 0 126 17 25 467 114 55
Binary 11001001 11100 10101010 0 1010110 1111 10101 100110111 1001100 101101

Color Harmonies of #C91CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CAA

Black with #C91CAA

Text Example


Text Example

White with #C91CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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