Html Css Color HEX #C60190 Medium Violet Red

📋 copy color: '#C60190'

red 198 ◦ green 1 ◦ blue 144

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

Shades of Medium Violet Red #C60190

Tints of Medium Violet Red #C60190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 57.73%
G = 0.29%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C60190 (or 0xC60190) is known color: Medium Violet Red. HEX triplet: C6, 01 and 90. RGB value is (198,1,144). Sum of RGB (Red+Green+Blue) = 198+1+144=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C60190 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60190 is #39FE6F. Grayscale: #4B4B4B. Windows color (decimal): -3800688 or 9437638. OLE color: 9437638.

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

Color convert

RGB 198 1 144 -
CMYK 0 0.99 0.27 0.22
HSL 316.45º 0.99% 0.39% -
HSV(B) 316.45º 0.99% 0.78% -
XYZ 28.33 14.04 27.6 -
YUV 76.21 166.27 214.87 -
System Red Green Blue C M Y K H S L
Decimal 198 1 144 0 0.99 0.27 0.22 316.45 0.99 0.39
Hex C6 1 90 0 63 1B 16 13C 63 27
Octal 306 1 220 0 143 33 26 474 143 47
Binary 11000110 1 10010000 0 1100011 11011 10110 100111100 1100011 100111

Color Harmonies of #C60190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60190

Black with #C60190

Text Example


Text Example

White with #C60190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60190; }

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

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

background-color css

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

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

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

border-color css

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

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

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