Html Css Color HEX #C00577 Medium Violet Red

📋 copy color: '#C00577'

red 192 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #C00577

Tints of Medium Violet Red #C00577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 60.76%
G = 1.58%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C00577 (or 0xC00577) is known color: Medium Violet Red. HEX triplet: C0, 05 and 77. RGB value is (192,5,119). Sum of RGB (Red+Green+Blue) = 192+5+119=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C00577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00577 is #3FFA88. Grayscale: #494949. Windows color (decimal): -4192905 or 7800256. OLE color: 7800256.

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

Color convert

RGB 192 5 119 -
CMYK 0 0.97 0.38 0.25
HSL 323.42º 0.95% 0.39% -
HSV(B) 323.42º 0.97% 0.75% -
XYZ 25.12 12.65 18.57 -
YUV 73.91 153.45 212.23 -
System Red Green Blue C M Y K H S L
Decimal 192 5 119 0 0.97 0.38 0.25 323.42 0.95 0.39
Hex C0 5 77 0 61 26 19 143 5F 27
Octal 300 5 167 0 141 46 31 503 137 47
Binary 11000000 101 1110111 0 1100001 100110 11001 101000011 1011111 100111

Color Harmonies of #C00577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00577

Black with #C00577

Text Example


Text Example

White with #C00577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00577; }

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

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

background-color css

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

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

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

border-color css

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

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

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