Html Css Color HEX #C60C6C Medium Violet Red

📋 copy color: '#C60C6C'

red 198 ◦ green 12 ◦ blue 108

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

Shades of Medium Violet Red #C60C6C

Tints of Medium Violet Red #C60C6C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.77%

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 62.26%
G = 3.77%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C60C6C (or 0xC60C6C) is known color: Medium Violet Red. HEX triplet: C6, 0C and 6C. RGB value is (198,12,108). Sum of RGB (Red+Green+Blue) = 198+12+108=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C60C6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60C6C is #39F393. Grayscale: #4E4E4E. Windows color (decimal): -3797908 or 7081158. OLE color: 7081158.

HSL color Cylindrical-coordinate representation of color #C60C6C: hue angle of 329.03º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60C6C is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 12 108 -
CMYK 0 0.94 0.45 0.22
HSL 329.03º 0.89% 0.41% -
HSV(B) 329.03º 0.94% 0.78% -
XYZ 26.13 13.35 15.39 -
YUV 78.56 144.62 213.19 -
System Red Green Blue C M Y K H S L
Decimal 198 12 108 0 0.94 0.45 0.22 329.03 0.89 0.41
Hex C6 C 6C 0 5E 2D 16 149 59 29
Octal 306 14 154 0 136 55 26 511 131 51
Binary 11000110 1100 1101100 0 1011110 101101 10110 101001001 1011001 101001

Color Harmonies of #C60C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60C6C

Black with #C60C6C

Text Example


Text Example

White with #C60C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60C6C; }

 p { color: rgb(198,12,108); }

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

background-color css

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

 a { background-color: rgb(198,12,108); }

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

border-color css

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

 span { border-color: rgb(198,12,108); }

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