Html Css Color HEX #C51695 Medium Violet Red

📋 copy color: '#C51695'

red 197 ◦ green 22 ◦ blue 149

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

Shades of Medium Violet Red #C51695

Tints of Medium Violet Red #C51695

RGB

 RED value IS 197 (77.34% from 255) = 53.53%

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

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 53.53%
G = 5.98%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C51695 (or 0xC51695) is known color: Medium Violet Red. HEX triplet: C5, 16 and 95. RGB value is (197,22,149). Sum of RGB (Red+Green+Blue) = 197+22+149=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C51695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51695 is #3AE96A. Grayscale: #585858. Windows color (decimal): -3860843 or 9770693. OLE color: 9770693.

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

Color convert

RGB 197 22 149 -
CMYK 0 0.89 0.24 0.23
HSL 316.46º 0.8% 0.43% -
HSV(B) 316.46º 0.89% 0.77% -
XYZ 28.74 14.61 29.74 -
YUV 88.8 161.98 205.17 -
System Red Green Blue C M Y K H S L
Decimal 197 22 149 0 0.89 0.24 0.23 316.46 0.8 0.43
Hex C5 16 95 0 59 18 17 13C 50 2B
Octal 305 26 225 0 131 30 27 474 120 53
Binary 11000101 10110 10010101 0 1011001 11000 10111 100111100 1010000 101011

Color Harmonies of #C51695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51695

Black with #C51695

Text Example


Text Example

White with #C51695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51695; }

 p { color: rgb(197,22,149); }

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

background-color css

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

 a { background-color: rgb(197,22,149); }

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

border-color css

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

 span { border-color: rgb(197,22,149); }

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