Html Css Color HEX #C90D6F Medium Violet Red

📋 copy color: '#C90D6F'

red 201 ◦ green 13 ◦ blue 111

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

Shades of Medium Violet Red #C90D6F

Tints of Medium Violet Red #C90D6F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4%

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

R = 61.85%
G = 4%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C90D6F (or 0xC90D6F) is known color: Medium Violet Red. HEX triplet: C9, 0D and 6F. RGB value is (201,13,111). Sum of RGB (Red+Green+Blue) = 201+13+111=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C90D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90D6F is #36F290. Grayscale: #505050. Windows color (decimal): -3601041 or 7278025. OLE color: 7278025.

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

Color convert

RGB 201 13 111 -
CMYK 0 0.94 0.45 0.21
HSL 328.72º 0.88% 0.42% -
HSV(B) 328.72º 0.94% 0.79% -
XYZ 27.1 13.85 16.28 -
YUV 80.38 145.28 214.03 -
System Red Green Blue C M Y K H S L
Decimal 201 13 111 0 0.94 0.45 0.21 328.72 0.88 0.42
Hex C9 D 6F 0 5E 2D 15 149 58 2A
Octal 311 15 157 0 136 55 25 511 130 52
Binary 11001001 1101 1101111 0 1011110 101101 10101 101001001 1011000 101010

Color Harmonies of #C90D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90D6F

Black with #C90D6F

Text Example


Text Example

White with #C90D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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