Html Css Color HEX #C53675 Medium Red Violet

📋 copy color: '#C53675'

red 197 ◦ green 54 ◦ blue 117

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

Shades of Medium Red Violet #C53675

Tints of Medium Red Violet #C53675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.67%

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

R = 53.53%
G = 14.67%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C53675 (or 0xC53675) is known color: Medium Red Violet. HEX triplet: C5, 36 and 75. RGB value is (197,54,117). Sum of RGB (Red+Green+Blue) = 197+54+117=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C53675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53675 is #3AC98A. Grayscale: #676767. Windows color (decimal): -3852683 or 7681733. OLE color: 7681733.

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

Color convert

RGB 197 54 117 -
CMYK 0 0.73 0.41 0.23
HSL 333.57º 0.57% 0.49% -
HSV(B) 333.57º 0.73% 0.77% -
XYZ 27.56 15.79 18.43 -
YUV 103.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 197 54 117 0 0.73 0.41 0.23 333.57 0.57 0.49
Hex C5 36 75 0 49 29 17 14E 39 31
Octal 305 66 165 0 111 51 27 516 71 61
Binary 11000101 110110 1110101 0 1001001 101001 10111 101001110 111001 110001

Color Harmonies of #C53675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53675

Black with #C53675

Text Example


Text Example

White with #C53675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53675; }

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

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

background-color css

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

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

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

border-color css

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

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

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