Html Css Color HEX #C60196 Medium Violet Red

📋 copy color: '#C60196'

red 198 ◦ green 1 ◦ blue 150

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

Shades of Medium Violet Red #C60196

Tints of Medium Violet Red #C60196

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 56.73%
G = 0.29%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C60196 (or 0xC60196) is known color: Medium Violet Red. HEX triplet: C6, 01 and 96. RGB value is (198,1,150). Sum of RGB (Red+Green+Blue) = 198+1+150=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C60196 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60196 is #39FE69. Grayscale: #4C4C4C. Windows color (decimal): -3800682 or 9830854. OLE color: 9830854.

HSL color Cylindrical-coordinate representation of color #C60196: hue angle of 314.62º degrees, saturation: 0.99, 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 #C60196 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 1 150 -
CMYK 0 0.99 0.24 0.22
HSL 314.62º 0.99% 0.39% -
HSV(B) 314.62º 0.99% 0.78% -
XYZ 28.8 14.23 30.08 -
YUV 76.89 169.27 214.38 -
System Red Green Blue C M Y K H S L
Decimal 198 1 150 0 0.99 0.24 0.22 314.62 0.99 0.39
Hex C6 1 96 0 63 18 16 13B 63 27
Octal 306 1 226 0 143 30 26 473 143 47
Binary 11000110 1 10010110 0 1100011 11000 10110 100111011 1100011 100111

Color Harmonies of #C60196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60196

Black with #C60196

Text Example


Text Example

White with #C60196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60196; }

 p { color: rgb(198,1,150); }

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

background-color css

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

 a { background-color: rgb(198,1,150); }

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

border-color css

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

 span { border-color: rgb(198,1,150); }

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