Html Css Color HEX #C60072 Medium Violet Red

📋 copy color: '#C60072'

red 198 ◦ green 0 ◦ blue 114

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

Shades of Medium Violet Red #C60072

Tints of Medium Violet Red #C60072

RGB

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

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

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

R = 63.46%
G = 0%
B = 36.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C60072 (or 0xC60072) is known color: Medium Violet Red. HEX triplet: C6, 00 and 72. RGB value is (198,0,114). Sum of RGB (Red+Green+Blue) = 198+0+114=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C60072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60072 is #39FF8D. Grayscale: #474747. Windows color (decimal): -3800974 or 7471302. OLE color: 7471302.

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

Color convert

RGB 198 0 114 -
CMYK 0 1 0.42 0.22
HSL 325.45º 1% 0.39% -
HSV(B) 325.45º 1% 0.78% -
XYZ 26.33 13.22 17.08 -
YUV 72.2 151.6 217.73 -
System Red Green Blue C M Y K H S L
Decimal 198 0 114 0 1 0.42 0.22 325.45 1 0.39
Hex C6 0 72 0 64 2A 16 145 64 27
Octal 306 0 162 0 144 52 26 505 144 47
Binary 11000110 0 1110010 0 1100100 101010 10110 101000101 1100100 100111

Color Harmonies of #C60072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60072

Black with #C60072

Text Example


Text Example

White with #C60072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60072; }

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

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

background-color css

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

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

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

border-color css

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

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

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