Html Css Color HEX #C60592 Medium Violet Red

📋 copy color: '#C60592'

red 198 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #C60592

Tints of Medium Violet Red #C60592

RGB

 RED value IS 198 (77.73% from 255) = 56.73%

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

 BLUE value IS 146 (57.42% from 255) = 41.83%

R = 56.73%
G = 1.43%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C60592 (or 0xC60592) is known color: Medium Violet Red. HEX triplet: C6, 05 and 92. RGB value is (198,5,146). Sum of RGB (Red+Green+Blue) = 198+5+146=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C60592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60592 is #39FA6D. Grayscale: #4E4E4E. Windows color (decimal): -3799662 or 9569734. OLE color: 9569734.

HSL color Cylindrical-coordinate representation of color #C60592: hue angle of 316.17º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60592 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 146 -
CMYK 0 0.97 0.26 0.22
HSL 316.17º 0.95% 0.4% -
HSV(B) 316.17º 0.97% 0.78% -
XYZ 28.53 14.19 28.43 -
YUV 78.78 165.94 213.04 -
System Red Green Blue C M Y K H S L
Decimal 198 5 146 0 0.97 0.26 0.22 316.17 0.95 0.4
Hex C6 5 92 0 61 1A 16 13C 5F 28
Octal 306 5 222 0 141 32 26 474 137 50
Binary 11000110 101 10010010 0 1100001 11010 10110 100111100 1011111 101000

Color Harmonies of #C60592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60592

Black with #C60592

Text Example


Text Example

White with #C60592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60592; }

 p { color: rgb(198,5,146); }

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

background-color css

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

 a { background-color: rgb(198,5,146); }

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

border-color css

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

 span { border-color: rgb(198,5,146); }

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