Html Css Color HEX #C60670 Medium Violet Red

📋 copy color: '#C60670'

red 198 ◦ green 6 ◦ blue 112

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

Shades of Medium Violet Red #C60670

Tints of Medium Violet Red #C60670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 62.66%
G = 1.9%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C60670 (or 0xC60670) is known color: Medium Violet Red. HEX triplet: C6, 06 and 70. RGB value is (198,6,112). Sum of RGB (Red+Green+Blue) = 198+6+112=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C60670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60670 is #39F98F. Grayscale: #4B4B4B. Windows color (decimal): -3799440 or 7341766. OLE color: 7341766.

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

Color convert

RGB 198 6 112 -
CMYK 0 0.97 0.43 0.22
HSL 326.88º 0.94% 0.4% -
HSV(B) 326.88º 0.97% 0.78% -
XYZ 26.28 13.31 16.51 -
YUV 75.49 148.61 215.38 -
System Red Green Blue C M Y K H S L
Decimal 198 6 112 0 0.97 0.43 0.22 326.88 0.94 0.4
Hex C6 6 70 0 61 2B 16 147 5E 28
Octal 306 6 160 0 141 53 26 507 136 50
Binary 11000110 110 1110000 0 1100001 101011 10110 101000111 1011110 101000

Color Harmonies of #C60670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60670

Black with #C60670

Text Example


Text Example

White with #C60670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60670; }

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

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

background-color css

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

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

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

border-color css

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

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

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