Html Css Color HEX #C5047A Medium Violet Red

📋 copy color: '#C5047A'

red 197 ◦ green 4 ◦ blue 122

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

Shades of Medium Violet Red #C5047A

Tints of Medium Violet Red #C5047A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.24%

 BLUE value IS 122 (48.05% from 255) = 37.77%

R = 60.99%
G = 1.24%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5047A (or 0xC5047A) is known color: Medium Violet Red. HEX triplet: C5, 04 and 7A. RGB value is (197,4,122). Sum of RGB (Red+Green+Blue) = 197+4+122=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5047A is #3AFB85. Grayscale: #4A4A4A. Windows color (decimal): -3865478 or 7996613. OLE color: 7996613.

HSL color Cylindrical-coordinate representation of color #C5047A: hue angle of 323.32º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5047A is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 4 122 -
CMYK 0 0.98 0.38 0.23
HSL 323.32º 0.96% 0.39% -
HSV(B) 323.32º 0.98% 0.77% -
XYZ 26.58 13.36 19.59 -
YUV 75.16 154.44 214.91 -
System Red Green Blue C M Y K H S L
Decimal 197 4 122 0 0.98 0.38 0.23 323.32 0.96 0.39
Hex C5 4 7A 0 62 26 17 143 60 27
Octal 305 4 172 0 142 46 27 503 140 47
Binary 11000101 100 1111010 0 1100010 100110 10111 101000011 1100000 100111

Color Harmonies of #C5047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5047A

Black with #C5047A

Text Example


Text Example

White with #C5047A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5047A; }

 p { color: rgb(197,4,122); }

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

background-color css

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

 a { background-color: rgb(197,4,122); }

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

border-color css

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

 span { border-color: rgb(197,4,122); }

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