Html Css Color HEX #C60875 Medium Violet Red

📋 copy color: '#C60875'

red 198 ◦ green 8 ◦ blue 117

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

Shades of Medium Violet Red #C60875

Tints of Medium Violet Red #C60875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.48%

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

R = 61.3%
G = 2.48%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C60875 (or 0xC60875) is known color: Medium Violet Red. HEX triplet: C6, 08 and 75. RGB value is (198,8,117). Sum of RGB (Red+Green+Blue) = 198+8+117=323 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.30% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 198 - color contains mainly: red. Hex color #C60875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60875 is #39F78A. Grayscale: #4C4C4C. Windows color (decimal): -3798923 or 7669958. OLE color: 7669958.

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

Color convert

RGB 198 8 117 -
CMYK 0 0.96 0.41 0.22
HSL 325.58º 0.92% 0.4% -
HSV(B) 325.58º 0.96% 0.78% -
XYZ 26.59 13.46 18.03 -
YUV 77.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 198 8 117 0 0.96 0.41 0.22 325.58 0.92 0.4
Hex C6 8 75 0 60 29 16 146 5C 28
Octal 306 10 165 0 140 51 26 506 134 50
Binary 11000110 1000 1110101 0 1100000 101001 10110 101000110 1011100 101000

Color Harmonies of #C60875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60875

Black with #C60875

Text Example


Text Example

White with #C60875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60875; }

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

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

background-color css

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

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

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

border-color css

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

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

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