Html Css Color HEX #C90870 Medium Violet Red

📋 copy color: '#C90870'

red 201 ◦ green 8 ◦ blue 112

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

Shades of Medium Violet Red #C90870

Tints of Medium Violet Red #C90870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

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

R = 62.62%
G = 2.49%
B = 34.89%

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

#C90870 (or 0xC90870) is known color: Medium Violet Red. HEX triplet: C9, 08 and 70. RGB value is (201,8,112). Sum of RGB (Red+Green+Blue) = 201+8+112=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C90870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90870 is #36F78F. Grayscale: #4D4D4D. Windows color (decimal): -3602320 or 7342281. OLE color: 7342281.

HSL color Cylindrical-coordinate representation of color #C90870: hue angle of 327.67º degrees, saturation: 0.92, 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 #C90870 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 8 112 -
CMYK 0 0.96 0.44 0.21
HSL 327.67º 0.92% 0.41% -
HSV(B) 327.67º 0.96% 0.79% -
XYZ 27.1 13.76 16.56 -
YUV 77.56 147.44 216.04 -
System Red Green Blue C M Y K H S L
Decimal 201 8 112 0 0.96 0.44 0.21 327.67 0.92 0.41
Hex C9 8 70 0 60 2C 15 148 5C 29
Octal 311 10 160 0 140 54 25 510 134 51
Binary 11001001 1000 1110000 0 1100000 101100 10101 101001000 1011100 101001

Color Harmonies of #C90870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90870

Black with #C90870

Text Example


Text Example

White with #C90870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90870; }

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

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

background-color css

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

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

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

border-color css

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

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

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