Html Css Color HEX #C60675 Medium Violet Red

📋 copy color: '#C60675'

red 198 ◦ green 6 ◦ blue 117

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

Shades of Medium Violet Red #C60675

Tints of Medium Violet Red #C60675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 61.68%
G = 1.87%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C60675 (or 0xC60675) is known color: Medium Violet Red. HEX triplet: C6, 06 and 75. RGB value is (198,6,117). Sum of RGB (Red+Green+Blue) = 198+6+117=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C60675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60675 is #39F98A. Grayscale: #4B4B4B. Windows color (decimal): -3799435 or 7669446. OLE color: 7669446.

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

Color convert

RGB 198 6 117 -
CMYK 0 0.97 0.41 0.22
HSL 325.31º 0.94% 0.4% -
HSV(B) 325.31º 0.97% 0.78% -
XYZ 26.56 13.42 18.02 -
YUV 76.06 151.11 214.97 -
System Red Green Blue C M Y K H S L
Decimal 198 6 117 0 0.97 0.41 0.22 325.31 0.94 0.4
Hex C6 6 75 0 61 29 16 145 5E 28
Octal 306 6 165 0 141 51 26 505 136 50
Binary 11000110 110 1110101 0 1100001 101001 10110 101000101 1011110 101000

Color Harmonies of #C60675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60675

Black with #C60675

Text Example


Text Example

White with #C60675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60675; }

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

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

background-color css

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

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

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

border-color css

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

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

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