Html Css Color HEX #C5136C Medium Violet Red

📋 copy color: '#C5136C'

red 197 ◦ green 19 ◦ blue 108

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

Shades of Medium Violet Red #C5136C

Tints of Medium Violet Red #C5136C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.86%

 BLUE value IS 108 (42.58% from 255) = 33.33%

R = 60.8%
G = 5.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5136C (or 0xC5136C) is known color: Medium Violet Red. HEX triplet: C5, 13 and 6C. RGB value is (197,19,108). Sum of RGB (Red+Green+Blue) = 197+19+108=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5136C is #3AEC93. Grayscale: #525252. Windows color (decimal): -3861652 or 7082949. OLE color: 7082949.

HSL color Cylindrical-coordinate representation of color #C5136C: hue angle of 330º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5136C is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 19 108 -
CMYK 0 0.90 0.45 0.23
HSL 330º 0.82% 0.42% -
HSV(B) 330º 0.9% 0.77% -
XYZ 25.97 13.42 15.41 -
YUV 82.37 142.47 209.76 -
System Red Green Blue C M Y K H S L
Decimal 197 19 108 0 0.90 0.45 0.23 330 0.82 0.42
Hex C5 13 6C 0 5A 2D 17 14A 52 2A
Octal 305 23 154 0 132 55 27 512 122 52
Binary 11000101 10011 1101100 0 1011010 101101 10111 101001010 1010010 101010

Color Harmonies of #C5136C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5136C

Black with #C5136C

Text Example


Text Example

White with #C5136C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5136C; }

 p { color: rgb(197,19,108); }

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

background-color css

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

 a { background-color: rgb(197,19,108); }

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

border-color css

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

 span { border-color: rgb(197,19,108); }

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