Html Css Color HEX #C60386 Medium Violet Red

📋 copy color: '#C60386'

red 198 ◦ green 3 ◦ blue 134

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

Shades of Medium Violet Red #C60386

Tints of Medium Violet Red #C60386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 134 (52.73% from 255) = 40%

R = 59.1%
G = 0.9%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C60386 (or 0xC60386) is known color: Medium Violet Red. HEX triplet: C6, 03 and 86. RGB value is (198,3,134). Sum of RGB (Red+Green+Blue) = 198+3+134=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C60386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60386 is #39FC79. Grayscale: #4B4B4B. Windows color (decimal): -3800186 or 8782790. OLE color: 8782790.

HSL color Cylindrical-coordinate representation of color #C60386: hue angle of 319.69º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60386 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 134 -
CMYK 0 0.98 0.32 0.22
HSL 319.69º 0.97% 0.39% -
HSV(B) 319.69º 0.98% 0.78% -
XYZ 27.62 13.79 23.76 -
YUV 76.24 160.6 214.85 -
System Red Green Blue C M Y K H S L
Decimal 198 3 134 0 0.98 0.32 0.22 319.69 0.97 0.39
Hex C6 3 86 0 62 20 16 140 61 27
Octal 306 3 206 0 142 40 26 500 141 47
Binary 11000110 11 10000110 0 1100010 100000 10110 101000000 1100001 100111

Color Harmonies of #C60386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60386

Black with #C60386

Text Example


Text Example

White with #C60386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60386; }

 p { color: rgb(198,3,134); }

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

background-color css

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

 a { background-color: rgb(198,3,134); }

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

border-color css

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

 span { border-color: rgb(198,3,134); }

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