Html Css Color HEX #C60571 Medium Violet Red

📋 copy color: '#C60571'

red 198 ◦ green 5 ◦ blue 113

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

Shades of Medium Violet Red #C60571

Tints of Medium Violet Red #C60571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.76%

R = 62.66%
G = 1.58%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C60571 (or 0xC60571) is known color: Medium Violet Red. HEX triplet: C6, 05 and 71. RGB value is (198,5,113). Sum of RGB (Red+Green+Blue) = 198+5+113=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C60571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60571 is #39FA8E. Grayscale: #4A4A4A. Windows color (decimal): -3799695 or 7407046. OLE color: 7407046.

HSL color Cylindrical-coordinate representation of color #C60571: hue angle of 326.42º 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 #C60571 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 113 -
CMYK 0 0.97 0.43 0.22
HSL 326.42º 0.95% 0.4% -
HSV(B) 326.42º 0.97% 0.78% -
XYZ 26.32 13.31 16.8 -
YUV 75.02 149.44 215.72 -
System Red Green Blue C M Y K H S L
Decimal 198 5 113 0 0.97 0.43 0.22 326.42 0.95 0.4
Hex C6 5 71 0 61 2B 16 146 5F 28
Octal 306 5 161 0 141 53 26 506 137 50
Binary 11000110 101 1110001 0 1100001 101011 10110 101000110 1011111 101000

Color Harmonies of #C60571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60571

Black with #C60571

Text Example


Text Example

White with #C60571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60571; }

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

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

background-color css

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

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

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

border-color css

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

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

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