Html Css Color HEX #C90075 Medium Violet Red

📋 copy color: '#C90075'

red 201 ◦ green 0 ◦ blue 117

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

Shades of Medium Violet Red #C90075

Tints of Medium Violet Red #C90075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 63.21%
G = 0%
B = 36.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C90075 (or 0xC90075) is known color: Medium Violet Red. HEX triplet: C9, 00 and 75. RGB value is (201,0,117). Sum of RGB (Red+Green+Blue) = 201+0+117=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C90075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90075 is #36FF8A. Grayscale: #494949. Windows color (decimal): -3604363 or 7667913. OLE color: 7667913.

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

Color convert

RGB 201 0 117 -
CMYK 0 1 0.42 0.21
HSL 325.07º 1% 0.39% -
HSV(B) 325.07º 1% 0.79% -
XYZ 27.3 13.7 18.04 -
YUV 73.44 152.59 218.99 -
System Red Green Blue C M Y K H S L
Decimal 201 0 117 0 1 0.42 0.21 325.07 1 0.39
Hex C9 0 75 0 64 2A 15 145 64 27
Octal 311 0 165 0 144 52 25 505 144 47
Binary 11001001 0 1110101 0 1100100 101010 10101 101000101 1100100 100111

Color Harmonies of #C90075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90075

Black with #C90075

Text Example


Text Example

White with #C90075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90075; }

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

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

background-color css

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

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

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

border-color css

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

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

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