Html Css Color HEX #C60071 Medium Violet Red

📋 copy color: '#C60071'

red 198 ◦ green 0 ◦ blue 113

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

Shades of Medium Violet Red #C60071

Tints of Medium Violet Red #C60071

RGB

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

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

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

R = 63.67%
G = 0%
B = 36.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C60071 (or 0xC60071) is known color: Medium Violet Red. HEX triplet: C6, 00 and 71. RGB value is (198,0,113). Sum of RGB (Red+Green+Blue) = 198+0+113=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C60071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60071 is #39FF8E. Grayscale: #474747. Windows color (decimal): -3800975 or 7405766. OLE color: 7405766.

HSL color Cylindrical-coordinate representation of color #C60071: hue angle of 325.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60071 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 113 -
CMYK 0 1 0.43 0.22
HSL 325.76º 1% 0.39% -
HSV(B) 325.76º 1% 0.78% -
XYZ 26.27 13.2 16.79 -
YUV 72.08 151.1 217.81 -
System Red Green Blue C M Y K H S L
Decimal 198 0 113 0 1 0.43 0.22 325.76 1 0.39
Hex C6 0 71 0 64 2B 16 146 64 27
Octal 306 0 161 0 144 53 26 506 144 47
Binary 11000110 0 1110001 0 1100100 101011 10110 101000110 1100100 100111

Color Harmonies of #C60071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60071

Black with #C60071

Text Example


Text Example

White with #C60071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60071; }

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

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

background-color css

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

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

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

border-color css

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

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

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