Html Css Color HEX #C51698 Medium Violet Red

📋 copy color: '#C51698'

red 197 ◦ green 22 ◦ blue 152

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

Shades of Medium Violet Red #C51698

Tints of Medium Violet Red #C51698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.97%

R = 53.1%
G = 5.93%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C51698 (or 0xC51698) is known color: Medium Violet Red. HEX triplet: C5, 16 and 98. RGB value is (197,22,152). Sum of RGB (Red+Green+Blue) = 197+22+152=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 22 (8.98% from 255 or 5.93% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C51698 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51698 is #3AE967. Grayscale: #585858. Windows color (decimal): -3860840 or 9967301. OLE color: 9967301.

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

Color convert

RGB 197 22 152 -
CMYK 0 0.89 0.23 0.23
HSL 315.43º 0.8% 0.43% -
HSV(B) 315.43º 0.89% 0.77% -
XYZ 28.98 14.71 31.02 -
YUV 89.15 163.48 204.93 -
System Red Green Blue C M Y K H S L
Decimal 197 22 152 0 0.89 0.23 0.23 315.43 0.8 0.43
Hex C5 16 98 0 59 17 17 13B 50 2B
Octal 305 26 230 0 131 27 27 473 120 53
Binary 11000101 10110 10011000 0 1011001 10111 10111 100111011 1010000 101011

Color Harmonies of #C51698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51698

Black with #C51698

Text Example


Text Example

White with #C51698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51698; }

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

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

background-color css

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

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

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

border-color css

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

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

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