Html Css Color HEX #C91D84 Medium Violet Red

📋 copy color: '#C91D84'

red 201 ◦ green 29 ◦ blue 132

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

Shades of Medium Violet Red #C91D84

Tints of Medium Violet Red #C91D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 55.52%
G = 8.01%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C91D84 (or 0xC91D84) is known color: Medium Violet Red. HEX triplet: C9, 1D and 84. RGB value is (201,29,132). Sum of RGB (Red+Green+Blue) = 201+29+132=362 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.52% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C91D84 is #36E27B. Grayscale: #5B5B5B. Windows color (decimal): -3596924 or 8658377. OLE color: 8658377.

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

Color convert

RGB 201 29 132 -
CMYK 0 0.86 0.34 0.21
HSL 324.07º 0.75% 0.45% -
HSV(B) 324.07º 0.86% 0.79% -
XYZ 28.69 14.96 23.21 -
YUV 92.17 150.48 205.62 -
System Red Green Blue C M Y K H S L
Decimal 201 29 132 0 0.86 0.34 0.21 324.07 0.75 0.45
Hex C9 1D 84 0 56 22 15 144 4B 2D
Octal 311 35 204 0 126 42 25 504 113 55
Binary 11001001 11101 10000100 0 1010110 100010 10101 101000100 1001011 101101

Color Harmonies of #C91D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91D84

Black with #C91D84

Text Example


Text Example

White with #C91D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91D84; }

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

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

background-color css

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

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

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

border-color css

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

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

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