Html Css Color HEX #C50D6C Medium Violet Red

📋 copy color: '#C50D6C'

red 197 ◦ green 13 ◦ blue 108

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

Shades of Medium Violet Red #C50D6C

Tints of Medium Violet Red #C50D6C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.09%

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

R = 61.95%
G = 4.09%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C50D6C (or 0xC50D6C) is known color: Medium Violet Red. HEX triplet: C5, 0D and 6C. RGB value is (197,13,108). Sum of RGB (Red+Green+Blue) = 197+13+108=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C50D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50D6C is #3AF293. Grayscale: #4E4E4E. Windows color (decimal): -3863188 or 7081413. OLE color: 7081413.

HSL color Cylindrical-coordinate representation of color #C50D6C: hue angle of 329.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C50D6C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 13 108 -
CMYK 0 0.93 0.45 0.23
HSL 329.02º 0.88% 0.41% -
HSV(B) 329.02º 0.93% 0.77% -
XYZ 25.88 13.24 15.38 -
YUV 78.85 144.46 212.28 -
System Red Green Blue C M Y K H S L
Decimal 197 13 108 0 0.93 0.45 0.23 329.02 0.88 0.41
Hex C5 D 6C 0 5D 2D 17 149 58 29
Octal 305 15 154 0 135 55 27 511 130 51
Binary 11000101 1101 1101100 0 1011101 101101 10111 101001001 1011000 101001

Color Harmonies of #C50D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50D6C

Black with #C50D6C

Text Example


Text Example

White with #C50D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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