Html Css Color HEX #C60174 Medium Violet Red

📋 copy color: '#C60174'

red 198 ◦ green 1 ◦ blue 116

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

Shades of Medium Violet Red #C60174

Tints of Medium Violet Red #C60174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 62.86%
G = 0.32%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C60174 (or 0xC60174) is known color: Medium Violet Red. HEX triplet: C6, 01 and 74. RGB value is (198,1,116). Sum of RGB (Red+Green+Blue) = 198+1+116=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C60174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60174 is #39FE8B. Grayscale: #484848. Windows color (decimal): -3800716 or 7602630. OLE color: 7602630.

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

Color convert

RGB 198 1 116 -
CMYK 0 0.99 0.41 0.22
HSL 324.97º 0.99% 0.39% -
HSV(B) 324.97º 0.99% 0.78% -
XYZ 26.45 13.29 17.69 -
YUV 73.01 152.27 217.15 -
System Red Green Blue C M Y K H S L
Decimal 198 1 116 0 0.99 0.41 0.22 324.97 0.99 0.39
Hex C6 1 74 0 63 29 16 145 63 27
Octal 306 1 164 0 143 51 26 505 143 47
Binary 11000110 1 1110100 0 1100011 101001 10110 101000101 1100011 100111

Color Harmonies of #C60174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60174

Black with #C60174

Text Example


Text Example

White with #C60174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60174; }

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

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

background-color css

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

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

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

border-color css

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

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

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