Html Css Color HEX #C91CAC Medium Violet Red

📋 copy color: '#C91CAC'

red 201 ◦ green 28 ◦ blue 172

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

Shades of Medium Violet Red #C91CAC

Tints of Medium Violet Red #C91CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 50.12%
G = 6.98%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C91CAC (or 0xC91CAC) is known color: Medium Violet Red. HEX triplet: C9, 1C and AC. RGB value is (201,28,172). Sum of RGB (Red+Green+Blue) = 201+28+172=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91CAC is #36E353. Grayscale: #5F5F5F. Windows color (decimal): -3597140 or 11279561. OLE color: 11279561.

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

Color convert

RGB 201 28 172 -
CMYK 0 0.86 0.14 0.21
HSL 310.06º 0.76% 0.45% -
HSV(B) 310.06º 0.86% 0.79% -
XYZ 31.95 16.23 40.48 -
YUV 96.14 170.81 202.79 -
System Red Green Blue C M Y K H S L
Decimal 201 28 172 0 0.86 0.14 0.21 310.06 0.76 0.45
Hex C9 1C AC 0 56 E 15 136 4C 2D
Octal 311 34 254 0 126 16 25 466 114 55
Binary 11001001 11100 10101100 0 1010110 1110 10101 100110110 1001100 101101

Color Harmonies of #C91CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CAC

Black with #C91CAC

Text Example


Text Example

White with #C91CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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