Html Css Color HEX #C53375 Medium Red Violet

📋 copy color: '#C53375'

red 197 ◦ green 51 ◦ blue 117

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

Shades of Medium Red Violet #C53375

Tints of Medium Red Violet #C53375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.97%

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 53.97%
G = 13.97%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C53375 (or 0xC53375) is known color: Medium Red Violet. HEX triplet: C5, 33 and 75. RGB value is (197,51,117). Sum of RGB (Red+Green+Blue) = 197+51+117=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 51 (20.31% from 255 or 13.97% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C53375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53375 is #3ACC8A. Grayscale: #666666. Windows color (decimal): -3853451 or 7680965. OLE color: 7680965.

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

Color convert

RGB 197 51 117 -
CMYK 0 0.74 0.41 0.23
HSL 332.88º 0.59% 0.49% -
HSV(B) 332.88º 0.74% 0.77% -
XYZ 27.42 15.52 18.38 -
YUV 102.18 136.37 195.63 -
System Red Green Blue C M Y K H S L
Decimal 197 51 117 0 0.74 0.41 0.23 332.88 0.59 0.49
Hex C5 33 75 0 4A 29 17 14D 3B 31
Octal 305 63 165 0 112 51 27 515 73 61
Binary 11000101 110011 1110101 0 1001010 101001 10111 101001101 111011 110001

Color Harmonies of #C53375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53375

Black with #C53375

Text Example


Text Example

White with #C53375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53375; }

 p { color: rgb(197,51,117); }

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

background-color css

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

 a { background-color: rgb(197,51,117); }

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

border-color css

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

 span { border-color: rgb(197,51,117); }

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