Html Css Color HEX #C60192 Medium Violet Red

📋 copy color: '#C60192'

red 198 ◦ green 1 ◦ blue 146

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

Shades of Medium Violet Red #C60192

Tints of Medium Violet Red #C60192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 42.32%

R = 57.39%
G = 0.29%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C60192 (or 0xC60192) is known color: Medium Violet Red. HEX triplet: C6, 01 and 92. RGB value is (198,1,146). Sum of RGB (Red+Green+Blue) = 198+1+146=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C60192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60192 is #39FE6D. Grayscale: #4C4C4C. Windows color (decimal): -3800686 or 9568710. OLE color: 9568710.

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

Color convert

RGB 198 1 146 -
CMYK 0 0.99 0.26 0.22
HSL 315.84º 0.99% 0.39% -
HSV(B) 315.84º 0.99% 0.78% -
XYZ 28.49 14.1 28.41 -
YUV 76.43 167.27 214.71 -
System Red Green Blue C M Y K H S L
Decimal 198 1 146 0 0.99 0.26 0.22 315.84 0.99 0.39
Hex C6 1 92 0 63 1A 16 13C 63 27
Octal 306 1 222 0 143 32 26 474 143 47
Binary 11000110 1 10010010 0 1100011 11010 10110 100111100 1100011 100111

Color Harmonies of #C60192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60192

Black with #C60192

Text Example


Text Example

White with #C60192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60192; }

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

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

background-color css

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

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

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

border-color css

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

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

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