Html Css Color HEX #C52398 Medium Violet Red

📋 copy color: '#C52398'

red 197 ◦ green 35 ◦ blue 152

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

Shades of Medium Violet Red #C52398

Tints of Medium Violet Red #C52398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.58%

R = 51.3%
G = 9.11%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C52398 (or 0xC52398) is known color: Medium Violet Red. HEX triplet: C5, 23 and 98. RGB value is (197,35,152). Sum of RGB (Red+Green+Blue) = 197+35+152=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C52398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52398 is #3ADC67. Grayscale: #606060. Windows color (decimal): -3857512 or 9970629. OLE color: 9970629.

HSL color Cylindrical-coordinate representation of color #C52398: hue angle of 316.67º 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 #C52398 is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 35 152 -
CMYK 0 0.82 0.23 0.23
HSL 316.67º 0.7% 0.45% -
HSV(B) 316.67º 0.82% 0.77% -
XYZ 29.29 15.34 31.12 -
YUV 96.78 159.17 199.49 -
System Red Green Blue C M Y K H S L
Decimal 197 35 152 0 0.82 0.23 0.23 316.67 0.7 0.45
Hex C5 23 98 0 52 17 17 13D 46 2D
Octal 305 43 230 0 122 27 27 475 106 55
Binary 11000101 100011 10011000 0 1010010 10111 10111 100111101 1000110 101101

Color Harmonies of #C52398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52398

Black with #C52398

Text Example


Text Example

White with #C52398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52398; }

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

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

background-color css

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

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

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

border-color css

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

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

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