Html Css Color HEX #C60286 Medium Violet Red

📋 copy color: '#C60286'

red 198 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #C60286

Tints of Medium Violet Red #C60286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 59.28%
G = 0.6%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#C60286 (or 0xC60286) is known color: Medium Violet Red. HEX triplet: C6, 02 and 86. RGB value is (198,2,134). Sum of RGB (Red+Green+Blue) = 198+2+134=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C60286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60286 is #39FD79. Grayscale: #4B4B4B. Windows color (decimal): -3800442 or 8782534. OLE color: 8782534.

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

Color convert

RGB 198 2 134 -
CMYK 0 0.99 0.32 0.22
HSL 319.59º 0.98% 0.39% -
HSV(B) 319.59º 0.99% 0.78% -
XYZ 27.61 13.77 23.76 -
YUV 75.65 160.93 215.27 -
System Red Green Blue C M Y K H S L
Decimal 198 2 134 0 0.99 0.32 0.22 319.59 0.98 0.39
Hex C6 2 86 0 63 20 16 140 62 27
Octal 306 2 206 0 143 40 26 500 142 47
Binary 11000110 10 10000110 0 1100011 100000 10110 101000000 1100010 100111

Color Harmonies of #C60286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60286

Black with #C60286

Text Example


Text Example

White with #C60286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60286; }

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

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

background-color css

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

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

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

border-color css

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

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

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