Html Css Color HEX #C61682 Medium Violet Red

📋 copy color: '#C61682'

red 198 ◦ green 22 ◦ blue 130

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

Shades of Medium Violet Red #C61682

Tints of Medium Violet Red #C61682

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.29%

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

R = 56.57%
G = 6.29%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C61682 (or 0xC61682) is known color: Medium Violet Red. HEX triplet: C6, 16 and 82. RGB value is (198,22,130). Sum of RGB (Red+Green+Blue) = 198+22+130=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C61682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61682 is #39E97D. Grayscale: #565656. Windows color (decimal): -3795326 or 8525510. OLE color: 8525510.

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

Color convert

RGB 198 22 130 -
CMYK 0 0.89 0.34 0.22
HSL 323.18º 0.8% 0.43% -
HSV(B) 323.18º 0.89% 0.78% -
XYZ 27.6 14.19 22.4 -
YUV 86.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 198 22 130 0 0.89 0.34 0.22 323.18 0.8 0.43
Hex C6 16 82 0 59 22 16 143 50 2B
Octal 306 26 202 0 131 42 26 503 120 53
Binary 11000110 10110 10000010 0 1011001 100010 10110 101000011 1010000 101011

Color Harmonies of #C61682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61682

Black with #C61682

Text Example


Text Example

White with #C61682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61682; }

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

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

background-color css

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

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

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

border-color css

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

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

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