Html Css Color HEX #C60380 Medium Violet Red

📋 copy color: '#C60380'

red 198 ◦ green 3 ◦ blue 128

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

Shades of Medium Violet Red #C60380

Tints of Medium Violet Red #C60380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 60.18%
G = 0.91%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C60380 (or 0xC60380) is known color: Medium Violet Red. HEX triplet: C6, 03 and 80. RGB value is (198,3,128). Sum of RGB (Red+Green+Blue) = 198+3+128=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C60380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60380 is #39FC7F. Grayscale: #4B4B4B. Windows color (decimal): -3800192 or 8389574. OLE color: 8389574.

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

Color convert

RGB 198 3 128 -
CMYK 0 0.98 0.35 0.22
HSL 321.54º 0.97% 0.39% -
HSV(B) 321.54º 0.98% 0.78% -
XYZ 27.22 13.63 21.62 -
YUV 75.56 157.6 215.34 -
System Red Green Blue C M Y K H S L
Decimal 198 3 128 0 0.98 0.35 0.22 321.54 0.97 0.39
Hex C6 3 80 0 62 23 16 142 61 27
Octal 306 3 200 0 142 43 26 502 141 47
Binary 11000110 11 10000000 0 1100010 100011 10110 101000010 1100001 100111

Color Harmonies of #C60380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60380

Black with #C60380

Text Example


Text Example

White with #C60380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60380; }

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

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

background-color css

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

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

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

border-color css

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

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

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