Html Css Color HEX #C52094 Medium Violet Red

📋 copy color: '#C52094'

red 197 ◦ green 32 ◦ blue 148

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

Shades of Medium Violet Red #C52094

Tints of Medium Violet Red #C52094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.26%

R = 52.25%
G = 8.49%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#C52094 (or 0xC52094) is known color: Medium Violet Red. HEX triplet: C5, 20 and 94. RGB value is (197,32,148). Sum of RGB (Red+Green+Blue) = 197+32+148=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C52094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52094 is #3ADF6B. Grayscale: #5E5E5E. Windows color (decimal): -3858284 or 9707717. OLE color: 9707717.

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

Color convert

RGB 197 32 148 -
CMYK 0 0.84 0.25 0.23
HSL 317.82º 0.72% 0.45% -
HSV(B) 317.82º 0.84% 0.77% -
XYZ 28.89 15.04 29.4 -
YUV 94.56 158.16 201.07 -
System Red Green Blue C M Y K H S L
Decimal 197 32 148 0 0.84 0.25 0.23 317.82 0.72 0.45
Hex C5 20 94 0 54 19 17 13E 48 2D
Octal 305 40 224 0 124 31 27 476 110 55
Binary 11000101 100000 10010100 0 1010100 11001 10111 100111110 1001000 101101

Color Harmonies of #C52094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52094

Black with #C52094

Text Example


Text Example

White with #C52094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52094; }

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

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

background-color css

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

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

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

border-color css

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

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

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