Html Css Color HEX #C00977 Medium Violet Red

📋 copy color: '#C00977'

red 192 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #C00977

Tints of Medium Violet Red #C00977

RGB

 RED value IS 192 (75.39% from 255) = 60%

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

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 60%
G = 2.81%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C00977 (or 0xC00977) is known color: Medium Violet Red. HEX triplet: C0, 09 and 77. RGB value is (192,9,119). Sum of RGB (Red+Green+Blue) = 192+9+119=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C00977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00977 is #3FF688. Grayscale: #4C4C4C. Windows color (decimal): -4191881 or 7801280. OLE color: 7801280.

HSL color Cylindrical-coordinate representation of color #C00977: hue angle of 323.93º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00977 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 9 119 -
CMYK 0 0.95 0.38 0.25
HSL 323.93º 0.91% 0.39% -
HSV(B) 323.93º 0.95% 0.75% -
XYZ 25.17 12.73 18.58 -
YUV 76.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 192 9 119 0 0.95 0.38 0.25 323.93 0.91 0.39
Hex C0 9 77 0 5F 26 19 144 5B 27
Octal 300 11 167 0 137 46 31 504 133 47
Binary 11000000 1001 1110111 0 1011111 100110 11001 101000100 1011011 100111

Color Harmonies of #C00977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00977

Black with #C00977

Text Example


Text Example

White with #C00977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00977; }

 p { color: rgb(192,9,119); }

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

background-color css

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

 a { background-color: rgb(192,9,119); }

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

border-color css

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

 span { border-color: rgb(192,9,119); }

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