Html Css Color HEX #C60672 Medium Violet Red

📋 copy color: '#C60672'

red 198 ◦ green 6 ◦ blue 114

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

Shades of Medium Violet Red #C60672

Tints of Medium Violet Red #C60672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 62.26%
G = 1.89%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C60672 (or 0xC60672) is known color: Medium Violet Red. HEX triplet: C6, 06 and 72. RGB value is (198,6,114). Sum of RGB (Red+Green+Blue) = 198+6+114=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C60672 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60672 is #39F98D. Grayscale: #4B4B4B. Windows color (decimal): -3799438 or 7472838. OLE color: 7472838.

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

Color convert

RGB 198 6 114 -
CMYK 0 0.97 0.42 0.22
HSL 326.25º 0.94% 0.4% -
HSV(B) 326.25º 0.97% 0.78% -
XYZ 26.39 13.35 17.11 -
YUV 75.72 149.61 215.22 -
System Red Green Blue C M Y K H S L
Decimal 198 6 114 0 0.97 0.42 0.22 326.25 0.94 0.4
Hex C6 6 72 0 61 2A 16 146 5E 28
Octal 306 6 162 0 141 52 26 506 136 50
Binary 11000110 110 1110010 0 1100001 101010 10110 101000110 1011110 101000

Color Harmonies of #C60672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60672

Black with #C60672

Text Example


Text Example

White with #C60672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60672; }

 p { color: rgb(198,6,114); }

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

background-color css

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

 a { background-color: rgb(198,6,114); }

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

border-color css

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

 span { border-color: rgb(198,6,114); }

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