Html Css Color HEX #C60390 Medium Violet Red

📋 copy color: '#C60390'

red 198 ◦ green 3 ◦ blue 144

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

Shades of Medium Violet Red #C60390

Tints of Medium Violet Red #C60390

RGB

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

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

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

R = 57.39%
G = 0.87%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C60390 (or 0xC60390) is known color: Medium Violet Red. HEX triplet: C6, 03 and 90. RGB value is (198,3,144). Sum of RGB (Red+Green+Blue) = 198+3+144=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C60390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60390 is #39FC6F. Grayscale: #4D4D4D. Windows color (decimal): -3800176 or 9438150. OLE color: 9438150.

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

Color convert

RGB 198 3 144 -
CMYK 0 0.98 0.27 0.22
HSL 316.62º 0.97% 0.39% -
HSV(B) 316.62º 0.98% 0.78% -
XYZ 28.36 14.08 27.61 -
YUV 77.38 165.6 214.04 -
System Red Green Blue C M Y K H S L
Decimal 198 3 144 0 0.98 0.27 0.22 316.62 0.97 0.39
Hex C6 3 90 0 62 1B 16 13D 61 27
Octal 306 3 220 0 142 33 26 475 141 47
Binary 11000110 11 10010000 0 1100010 11011 10110 100111101 1100001 100111

Color Harmonies of #C60390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60390

Black with #C60390

Text Example


Text Example

White with #C60390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60390; }

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

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

background-color css

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

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

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

border-color css

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

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

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