Html Css Color HEX #C52395 Medium Violet Red

📋 copy color: '#C52395'

red 197 ◦ green 35 ◦ blue 149

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

Shades of Medium Violet Red #C52395

Tints of Medium Violet Red #C52395

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.19%

 BLUE value IS 149 (58.59% from 255) = 39.11%

R = 51.71%
G = 9.19%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C52395 (or 0xC52395) is known color: Medium Violet Red. HEX triplet: C5, 23 and 95. RGB value is (197,35,149). Sum of RGB (Red+Green+Blue) = 197+35+149=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 35 (14.06% from 255 or 9.19% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C52395 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52395 is #3ADC6A. Grayscale: #606060. Windows color (decimal): -3857515 or 9774021. OLE color: 9774021.

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

Color convert

RGB 197 35 149 -
CMYK 0 0.82 0.24 0.23
HSL 317.78º 0.7% 0.45% -
HSV(B) 317.78º 0.82% 0.77% -
XYZ 29.05 15.24 29.84 -
YUV 96.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 197 35 149 0 0.82 0.24 0.23 317.78 0.7 0.45
Hex C5 23 95 0 52 18 17 13E 46 2D
Octal 305 43 225 0 122 30 27 476 106 55
Binary 11000101 100011 10010101 0 1010010 11000 10111 100111110 1000110 101101

Color Harmonies of #C52395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52395

Black with #C52395

Text Example


Text Example

White with #C52395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52395; }

 p { color: rgb(197,35,149); }

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

background-color css

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

 a { background-color: rgb(197,35,149); }

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

border-color css

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

 span { border-color: rgb(197,35,149); }

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