Html Css Color HEX #C61182 Medium Violet Red

📋 copy color: '#C61182'

red 198 ◦ green 17 ◦ blue 130

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

Shades of Medium Violet Red #C61182

Tints of Medium Violet Red #C61182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.93%

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 57.39%
G = 4.93%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C61182 (or 0xC61182) is known color: Medium Violet Red. HEX triplet: C6, 11 and 82. RGB value is (198,17,130). Sum of RGB (Red+Green+Blue) = 198+17+130=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C61182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61182 is #39EE7D. Grayscale: #535353. Windows color (decimal): -3796606 or 8524230. OLE color: 8524230.

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

Color convert

RGB 198 17 130 -
CMYK 0 0.91 0.34 0.22
HSL 322.54º 0.84% 0.42% -
HSV(B) 322.54º 0.91% 0.78% -
XYZ 27.52 14.02 22.37 -
YUV 84 153.97 209.31 -
System Red Green Blue C M Y K H S L
Decimal 198 17 130 0 0.91 0.34 0.22 322.54 0.84 0.42
Hex C6 11 82 0 5B 22 16 143 54 2A
Octal 306 21 202 0 133 42 26 503 124 52
Binary 11000110 10001 10000010 0 1011011 100010 10110 101000011 1010100 101010

Color Harmonies of #C61182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61182

Black with #C61182

Text Example


Text Example

White with #C61182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61182; }

 p { color: rgb(198,17,130); }

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

background-color css

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

 a { background-color: rgb(198,17,130); }

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

border-color css

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

 span { border-color: rgb(198,17,130); }

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