Html Css Color HEX #C61983 Medium Violet Red

📋 copy color: '#C61983'

red 198 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #C61983

Tints of Medium Violet Red #C61983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.06%

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 55.93%
G = 7.06%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C61983 (or 0xC61983) is known color: Medium Violet Red. HEX triplet: C6, 19 and 83. RGB value is (198,25,131). Sum of RGB (Red+Green+Blue) = 198+25+131=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 25 (10.16% from 255 or 7.06% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C61983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61983 is #39E67C. Grayscale: #585858. Windows color (decimal): -3794557 or 8591814. OLE color: 8591814.

HSL color Cylindrical-coordinate representation of color #C61983: hue angle of 323.24º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61983 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 25 131 -
CMYK 0 0.87 0.34 0.22
HSL 323.24º 0.78% 0.44% -
HSV(B) 323.24º 0.87% 0.78% -
XYZ 27.73 14.34 22.78 -
YUV 88.81 151.81 205.88 -
System Red Green Blue C M Y K H S L
Decimal 198 25 131 0 0.87 0.34 0.22 323.24 0.78 0.44
Hex C6 19 83 0 57 22 16 143 4E 2C
Octal 306 31 203 0 127 42 26 503 116 54
Binary 11000110 11001 10000011 0 1010111 100010 10110 101000011 1001110 101100

Color Harmonies of #C61983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61983

Black with #C61983

Text Example


Text Example

White with #C61983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61983; }

 p { color: rgb(198,25,131); }

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

background-color css

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

 a { background-color: rgb(198,25,131); }

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

border-color css

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

 span { border-color: rgb(198,25,131); }

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