Html Css Color HEX #C61680 Medium Violet Red

📋 copy color: '#C61680'

red 198 ◦ green 22 ◦ blue 128

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

Shades of Medium Violet Red #C61680

Tints of Medium Violet Red #C61680

RGB

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

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

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

R = 56.9%
G = 6.32%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C61680 (or 0xC61680) is known color: Medium Violet Red. HEX triplet: C6, 16 and 80. RGB value is (198,22,128). Sum of RGB (Red+Green+Blue) = 198+22+128=348 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.90% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 198 - color contains mainly: red. Hex color #C61680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61680 is #39E97F. Grayscale: #565656. Windows color (decimal): -3795328 or 8394438. OLE color: 8394438.

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

Color convert

RGB 198 22 128 -
CMYK 0 0.89 0.35 0.22
HSL 323.86º 0.8% 0.43% -
HSV(B) 323.86º 0.89% 0.78% -
XYZ 27.47 14.14 21.7 -
YUV 86.71 151.31 207.38 -
System Red Green Blue C M Y K H S L
Decimal 198 22 128 0 0.89 0.35 0.22 323.86 0.8 0.43
Hex C6 16 80 0 59 23 16 144 50 2B
Octal 306 26 200 0 131 43 26 504 120 53
Binary 11000110 10110 10000000 0 1011001 100011 10110 101000100 1010000 101011

Color Harmonies of #C61680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61680

Black with #C61680

Text Example


Text Example

White with #C61680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61680; }

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

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

background-color css

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

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

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

border-color css

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

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

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