Html Css Color HEX #C90078 Medium Violet Red

📋 copy color: '#C90078'

red 201 ◦ green 0 ◦ blue 120

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

Shades of Medium Violet Red #C90078

Tints of Medium Violet Red #C90078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 62.62%
G = 0%
B = 37.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C90078 (or 0xC90078) is known color: Medium Violet Red. HEX triplet: C9, 00 and 78. RGB value is (201,0,120). Sum of RGB (Red+Green+Blue) = 201+0+120=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C90078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90078 is #36FF87. Grayscale: #494949. Windows color (decimal): -3604360 or 7864521. OLE color: 7864521.

HSL color Cylindrical-coordinate representation of color #C90078: hue angle of 324.18º 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 #C90078 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 0 120 -
CMYK 0 1 0.40 0.21
HSL 324.18º 1% 0.39% -
HSV(B) 324.18º 1% 0.79% -
XYZ 27.48 13.77 18.98 -
YUV 73.78 154.09 218.74 -
System Red Green Blue C M Y K H S L
Decimal 201 0 120 0 1 0.40 0.21 324.18 1 0.39
Hex C9 0 78 0 64 28 15 144 64 27
Octal 311 0 170 0 144 50 25 504 144 47
Binary 11001001 0 1111000 0 1100100 101000 10101 101000100 1100100 100111

Color Harmonies of #C90078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90078

Black with #C90078

Text Example


Text Example

White with #C90078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90078; }

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

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

background-color css

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

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

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

border-color css

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

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

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