Html Css Color HEX #C61380 Medium Violet Red

📋 copy color: '#C61380'

red 198 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #C61380

Tints of Medium Violet Red #C61380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.51%

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

R = 57.39%
G = 5.51%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C61380 (or 0xC61380) is known color: Medium Violet Red. HEX triplet: C6, 13 and 80. RGB value is (198,19,128). Sum of RGB (Red+Green+Blue) = 198+19+128=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C61380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61380 is #39EC7F. Grayscale: #545454. Windows color (decimal): -3796096 or 8393670. OLE color: 8393670.

HSL color Cylindrical-coordinate representation of color #C61380: hue angle of 323.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61380 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 19 128 -
CMYK 0 0.90 0.35 0.22
HSL 323.46º 0.82% 0.43% -
HSV(B) 323.46º 0.9% 0.78% -
XYZ 27.42 14.03 21.69 -
YUV 84.95 152.3 208.64 -
System Red Green Blue C M Y K H S L
Decimal 198 19 128 0 0.90 0.35 0.22 323.46 0.82 0.43
Hex C6 13 80 0 5A 23 16 143 52 2B
Octal 306 23 200 0 132 43 26 503 122 53
Binary 11000110 10011 10000000 0 1011010 100011 10110 101000011 1010010 101011

Color Harmonies of #C61380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61380

Black with #C61380

Text Example


Text Example

White with #C61380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61380; }

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

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

background-color css

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

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

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

border-color css

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

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

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