Html Css Color HEX #C90070 Medium Violet Red

📋 copy color: '#C90070'

red 201 ◦ green 0 ◦ blue 112

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

Shades of Medium Violet Red #C90070

Tints of Medium Violet Red #C90070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.22%
G = 0%
B = 35.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#C90070 (or 0xC90070) is known color: Medium Violet Red. HEX triplet: C9, 00 and 70. RGB value is (201,0,112). Sum of RGB (Red+Green+Blue) = 201+0+112=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C90070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90070 is #36FF8F. Grayscale: #484848. Windows color (decimal): -3604368 or 7340233. OLE color: 7340233.

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

Color convert

RGB 201 0 112 -
CMYK 0 1 0.44 0.21
HSL 326.57º 1% 0.39% -
HSV(B) 326.57º 1% 0.79% -
XYZ 27.01 13.59 16.53 -
YUV 72.87 150.09 219.39 -
System Red Green Blue C M Y K H S L
Decimal 201 0 112 0 1 0.44 0.21 326.57 1 0.39
Hex C9 0 70 0 64 2C 15 147 64 27
Octal 311 0 160 0 144 54 25 507 144 47
Binary 11001001 0 1110000 0 1100100 101100 10101 101000111 1100100 100111

Color Harmonies of #C90070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90070

Black with #C90070

Text Example


Text Example

White with #C90070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90070; }

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

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

background-color css

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

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

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

border-color css

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

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

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