Html Css Color HEX #C91D9C Medium Violet Red

📋 copy color: '#C91D9C'

red 201 ◦ green 29 ◦ blue 156

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

Shades of Medium Violet Red #C91D9C

Tints of Medium Violet Red #C91D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.41%

R = 52.07%
G = 7.51%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C91D9C (or 0xC91D9C) is known color: Medium Violet Red. HEX triplet: C9, 1D and 9C. RGB value is (201,29,156). Sum of RGB (Red+Green+Blue) = 201+29+156=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91D9C is #36E263. Grayscale: #5E5E5E. Windows color (decimal): -3596900 or 10231241. OLE color: 10231241.

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

Color convert

RGB 201 29 156 -
CMYK 0 0.86 0.22 0.21
HSL 315.7º 0.75% 0.45% -
HSV(B) 315.7º 0.86% 0.79% -
XYZ 30.53 15.7 32.87 -
YUV 94.91 162.48 203.67 -
System Red Green Blue C M Y K H S L
Decimal 201 29 156 0 0.86 0.22 0.21 315.7 0.75 0.45
Hex C9 1D 9C 0 56 16 15 13C 4B 2D
Octal 311 35 234 0 126 26 25 474 113 55
Binary 11001001 11101 10011100 0 1010110 10110 10101 100111100 1001011 101101

Color Harmonies of #C91D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91D9C

Black with #C91D9C

Text Example


Text Example

White with #C91D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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