Html Css Color HEX #C9196F Medium Violet Red

📋 copy color: '#C9196F'

red 201 ◦ green 25 ◦ blue 111

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

Shades of Medium Violet Red #C9196F

Tints of Medium Violet Red #C9196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.42%

 BLUE value IS 111 (43.75% from 255) = 32.94%

R = 59.64%
G = 7.42%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C9196F (or 0xC9196F) is known color: Medium Violet Red. HEX triplet: C9, 19 and 6F. RGB value is (201,25,111). Sum of RGB (Red+Green+Blue) = 201+25+111=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C9196F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9196F is #36E690. Grayscale: #575757. Windows color (decimal): -3597969 or 7281097. OLE color: 7281097.

HSL color Cylindrical-coordinate representation of color #C9196F: hue angle of 330.68º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9196F is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 25 111 -
CMYK 0 0.88 0.45 0.21
HSL 330.68º 0.78% 0.44% -
HSV(B) 330.68º 0.88% 0.79% -
XYZ 27.3 14.26 16.35 -
YUV 87.43 141.31 209.01 -
System Red Green Blue C M Y K H S L
Decimal 201 25 111 0 0.88 0.45 0.21 330.68 0.78 0.44
Hex C9 19 6F 0 58 2D 15 14B 4E 2C
Octal 311 31 157 0 130 55 25 513 116 54
Binary 11001001 11001 1101111 0 1011000 101101 10101 101001011 1001110 101100

Color Harmonies of #C9196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9196F

Black with #C9196F

Text Example


Text Example

White with #C9196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9196F; }

 p { color: rgb(201,25,111); }

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

background-color css

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

 a { background-color: rgb(201,25,111); }

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

border-color css

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

 span { border-color: rgb(201,25,111); }

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