Html Css Color HEX #C61575 Medium Violet Red

📋 copy color: '#C61575'

red 198 ◦ green 21 ◦ blue 117

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

Shades of Medium Violet Red #C61575

Tints of Medium Violet Red #C61575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.25%

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 58.93%
G = 6.25%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C61575 (or 0xC61575) is known color: Medium Violet Red. HEX triplet: C6, 15 and 75. RGB value is (198,21,117). Sum of RGB (Red+Green+Blue) = 198+21+117=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C61575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61575 is #39EA8A. Grayscale: #545454. Windows color (decimal): -3795595 or 7673286. OLE color: 7673286.

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

Color convert

RGB 198 21 117 -
CMYK 0 0.89 0.41 0.22
HSL 327.46º 0.81% 0.43% -
HSV(B) 327.46º 0.89% 0.78% -
XYZ 26.77 13.83 18.09 -
YUV 84.87 146.14 208.69 -
System Red Green Blue C M Y K H S L
Decimal 198 21 117 0 0.89 0.41 0.22 327.46 0.81 0.43
Hex C6 15 75 0 59 29 16 147 51 2B
Octal 306 25 165 0 131 51 26 507 121 53
Binary 11000110 10101 1110101 0 1011001 101001 10110 101000111 1010001 101011

Color Harmonies of #C61575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61575

Black with #C61575

Text Example


Text Example

White with #C61575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61575; }

 p { color: rgb(198,21,117); }

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

background-color css

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

 a { background-color: rgb(198,21,117); }

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

border-color css

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

 span { border-color: rgb(198,21,117); }

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