Html Css Color HEX #C90970 Medium Violet Red

📋 copy color: '#C90970'

red 201 ◦ green 9 ◦ blue 112

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

Shades of Medium Violet Red #C90970

Tints of Medium Violet Red #C90970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.8%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 62.42%
G = 2.8%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C90970 (or 0xC90970) is known color: Medium Violet Red. HEX triplet: C9, 09 and 70. RGB value is (201,9,112). Sum of RGB (Red+Green+Blue) = 201+9+112=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C90970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90970 is #36F68F. Grayscale: #4D4D4D. Windows color (decimal): -3602064 or 7342537. OLE color: 7342537.

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

Color convert

RGB 201 9 112 -
CMYK 0 0.96 0.44 0.21
HSL 327.81º 0.91% 0.41% -
HSV(B) 327.81º 0.96% 0.79% -
XYZ 27.11 13.78 16.56 -
YUV 78.15 147.11 215.62 -
System Red Green Blue C M Y K H S L
Decimal 201 9 112 0 0.96 0.44 0.21 327.81 0.91 0.41
Hex C9 9 70 0 60 2C 15 148 5B 29
Octal 311 11 160 0 140 54 25 510 133 51
Binary 11001001 1001 1110000 0 1100000 101100 10101 101001000 1011011 101001

Color Harmonies of #C90970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90970

Black with #C90970

Text Example


Text Example

White with #C90970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90970; }

 p { color: rgb(201,9,112); }

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

background-color css

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

 a { background-color: rgb(201,9,112); }

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

border-color css

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

 span { border-color: rgb(201,9,112); }

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