Html Css Color HEX #C61880 Medium Violet Red

📋 copy color: '#C61880'

red 198 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #C61880

Tints of Medium Violet Red #C61880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

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

R = 56.57%
G = 6.86%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C61880 (or 0xC61880) is known color: Medium Violet Red. HEX triplet: C6, 18 and 80. RGB value is (198,24,128). Sum of RGB (Red+Green+Blue) = 198+24+128=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C61880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C61880 is #39E77F. Grayscale: #575757. Windows color (decimal): -3794816 or 8394950. OLE color: 8394950.

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

Color convert

RGB 198 24 128 -
CMYK 0 0.88 0.35 0.22
HSL 324.14º 0.78% 0.44% -
HSV(B) 324.14º 0.88% 0.78% -
XYZ 27.51 14.22 21.72 -
YUV 87.88 150.65 206.54 -
System Red Green Blue C M Y K H S L
Decimal 198 24 128 0 0.88 0.35 0.22 324.14 0.78 0.44
Hex C6 18 80 0 58 23 16 144 4E 2C
Octal 306 30 200 0 130 43 26 504 116 54
Binary 11000110 11000 10000000 0 1011000 100011 10110 101000100 1001110 101100

Color Harmonies of #C61880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61880

Black with #C61880

Text Example


Text Example

White with #C61880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61880; }

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

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

background-color css

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

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

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

border-color css

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

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

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