Html Css Color HEX #C52098 Medium Violet Red

📋 copy color: '#C52098'

red 197 ◦ green 32 ◦ blue 152

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

Shades of Medium Violet Red #C52098

Tints of Medium Violet Red #C52098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.4%

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

R = 51.71%
G = 8.4%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#C52098 (or 0xC52098) is known color: Medium Violet Red. HEX triplet: C5, 20 and 98. RGB value is (197,32,152). Sum of RGB (Red+Green+Blue) = 197+32+152=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 152 (59.77% from 255 or 39.90% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C52098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52098 is #3ADF67. Grayscale: #5E5E5E. Windows color (decimal): -3858280 or 9969861. OLE color: 9969861.

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

Color convert

RGB 197 32 152 -
CMYK 0 0.84 0.23 0.23
HSL 316.36º 0.72% 0.45% -
HSV(B) 316.36º 0.84% 0.77% -
XYZ 29.21 15.17 31.09 -
YUV 95.02 160.16 200.74 -
System Red Green Blue C M Y K H S L
Decimal 197 32 152 0 0.84 0.23 0.23 316.36 0.72 0.45
Hex C5 20 98 0 54 17 17 13C 48 2D
Octal 305 40 230 0 124 27 27 474 110 55
Binary 11000101 100000 10011000 0 1010100 10111 10111 100111100 1001000 101101

Color Harmonies of #C52098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52098

Black with #C52098

Text Example


Text Example

White with #C52098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52098; }

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

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

background-color css

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

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

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

border-color css

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

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

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