Html Css Color HEX #C60172 Medium Violet Red

📋 copy color: '#C60172'

red 198 ◦ green 1 ◦ blue 114

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

Shades of Medium Violet Red #C60172

Tints of Medium Violet Red #C60172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 63.26%
G = 0.32%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C60172 (or 0xC60172) is known color: Medium Violet Red. HEX triplet: C6, 01 and 72. RGB value is (198,1,114). Sum of RGB (Red+Green+Blue) = 198+1+114=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C60172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60172 is #39FE8D. Grayscale: #484848. Windows color (decimal): -3800718 or 7471558. OLE color: 7471558.

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

Color convert

RGB 198 1 114 -
CMYK 0 0.99 0.42 0.22
HSL 325.58º 0.99% 0.39% -
HSV(B) 325.58º 0.99% 0.78% -
XYZ 26.34 13.24 17.09 -
YUV 72.79 151.27 217.31 -
System Red Green Blue C M Y K H S L
Decimal 198 1 114 0 0.99 0.42 0.22 325.58 0.99 0.39
Hex C6 1 72 0 63 2A 16 146 63 27
Octal 306 1 162 0 143 52 26 506 143 47
Binary 11000110 1 1110010 0 1100011 101010 10110 101000110 1100011 100111

Color Harmonies of #C60172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60172

Black with #C60172

Text Example


Text Example

White with #C60172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60172; }

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

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

background-color css

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

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

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

border-color css

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

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

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