Html Css Color HEX #C53085 Medium Red Violet

📋 copy color: '#C53085'

red 197 ◦ green 48 ◦ blue 133

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

Shades of Medium Red Violet #C53085

Tints of Medium Red Violet #C53085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.7%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 52.12%
G = 12.7%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C53085 (or 0xC53085) is known color: Medium Red Violet. HEX triplet: C5, 30 and 85. RGB value is (197,48,133). Sum of RGB (Red+Green+Blue) = 197+48+133=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C53085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53085 is #3ACF7A. Grayscale: #666666. Windows color (decimal): -3854203 or 8728773. OLE color: 8728773.

HSL color Cylindrical-coordinate representation of color #C53085: hue angle of 325.77º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53085 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 48 133 -
CMYK 0 0.76 0.32 0.23
HSL 325.77º 0.61% 0.48% -
HSV(B) 325.77º 0.76% 0.77% -
XYZ 28.32 15.68 23.72 -
YUV 102.24 145.36 195.59 -
System Red Green Blue C M Y K H S L
Decimal 197 48 133 0 0.76 0.32 0.23 325.77 0.61 0.48
Hex C5 30 85 0 4C 20 17 146 3D 30
Octal 305 60 205 0 114 40 27 506 75 60
Binary 11000101 110000 10000101 0 1001100 100000 10111 101000110 111101 110000

Color Harmonies of #C53085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53085

Black with #C53085

Text Example


Text Example

White with #C53085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53085; }

 p { color: rgb(197,48,133); }

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

background-color css

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

 a { background-color: rgb(197,48,133); }

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

border-color css

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

 span { border-color: rgb(197,48,133); }

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