Html Css Color HEX #C5047C Medium Violet Red

📋 copy color: '#C5047C'

red 197 ◦ green 4 ◦ blue 124

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

Shades of Medium Violet Red #C5047C

Tints of Medium Violet Red #C5047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.15%

R = 60.62%
G = 1.23%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5047C (or 0xC5047C) is known color: Medium Violet Red. HEX triplet: C5, 04 and 7C. RGB value is (197,4,124). Sum of RGB (Red+Green+Blue) = 197+4+124=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5047C is #3AFB83. Grayscale: #4B4B4B. Windows color (decimal): -3865476 or 8127685. OLE color: 8127685.

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

Color convert

RGB 197 4 124 -
CMYK 0 0.98 0.37 0.23
HSL 322.69º 0.96% 0.39% -
HSV(B) 322.69º 0.98% 0.77% -
XYZ 26.71 13.41 20.25 -
YUV 75.39 155.44 214.74 -
System Red Green Blue C M Y K H S L
Decimal 197 4 124 0 0.98 0.37 0.23 322.69 0.96 0.39
Hex C5 4 7C 0 62 25 17 143 60 27
Octal 305 4 174 0 142 45 27 503 140 47
Binary 11000101 100 1111100 0 1100010 100101 10111 101000011 1100000 100111

Color Harmonies of #C5047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5047C

Black with #C5047C

Text Example


Text Example

White with #C5047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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