Html Css Color HEX #C53592 Medium Red Violet

📋 copy color: '#C53592'

red 197 ◦ green 53 ◦ blue 146

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

Shades of Medium Red Violet #C53592

Tints of Medium Red Violet #C53592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.38%

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 49.75%
G = 13.38%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C53592 (or 0xC53592) is known color: Medium Red Violet. HEX triplet: C5, 35 and 92. RGB value is (197,53,146). Sum of RGB (Red+Green+Blue) = 197+53+146=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C53592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53592 is #3ACA6D. Grayscale: #6A6A6A. Windows color (decimal): -3852910 or 9582021. OLE color: 9582021.

HSL color Cylindrical-coordinate representation of color #C53592: hue angle of 321.25º degrees, saturation: 0.58, 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 #C53592 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 146 -
CMYK 0 0.73 0.26 0.23
HSL 321.25º 0.58% 0.49% -
HSV(B) 321.25º 0.73% 0.77% -
XYZ 29.49 16.49 28.82 -
YUV 106.66 150.21 192.44 -
System Red Green Blue C M Y K H S L
Decimal 197 53 146 0 0.73 0.26 0.23 321.25 0.58 0.49
Hex C5 35 92 0 49 1A 17 141 3A 31
Octal 305 65 222 0 111 32 27 501 72 61
Binary 11000101 110101 10010010 0 1001001 11010 10111 101000001 111010 110001

Color Harmonies of #C53592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53592

Black with #C53592

Text Example


Text Example

White with #C53592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53592; }

 p { color: rgb(197,53,146); }

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

background-color css

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

 a { background-color: rgb(197,53,146); }

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

border-color css

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

 span { border-color: rgb(197,53,146); }

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