Html Css Color HEX #C5247F Medium Violet Red

📋 copy color: '#C5247F'

red 197 ◦ green 36 ◦ blue 127

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

Shades of Medium Violet Red #C5247F

Tints of Medium Violet Red #C5247F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10%

 BLUE value IS 127 (50% from 255) = 35.28%

R = 54.72%
G = 10%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5247F (or 0xC5247F) is known color: Medium Violet Red. HEX triplet: C5, 24 and 7F. RGB value is (197,36,127). Sum of RGB (Red+Green+Blue) = 197+36+127=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 36 (14.45% from 255 or 10% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5247F is #3ADB80. Grayscale: #5E5E5E. Windows color (decimal): -3857281 or 8332485. OLE color: 8332485.

HSL color Cylindrical-coordinate representation of color #C5247F: hue angle of 326.09º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5247F is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 127 -
CMYK 0 0.82 0.36 0.23
HSL 326.09º 0.69% 0.46% -
HSV(B) 326.09º 0.82% 0.77% -
XYZ 27.49 14.66 21.46 -
YUV 94.51 146.34 201.1 -
System Red Green Blue C M Y K H S L
Decimal 197 36 127 0 0.82 0.36 0.23 326.09 0.69 0.46
Hex C5 24 7F 0 52 24 17 146 45 2E
Octal 305 44 177 0 122 44 27 506 105 56
Binary 11000101 100100 1111111 0 1010010 100100 10111 101000110 1000101 101110

Color Harmonies of #C5247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5247F

Black with #C5247F

Text Example


Text Example

White with #C5247F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5247F; }

 p { color: rgb(197,36,127); }

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

background-color css

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

 a { background-color: rgb(197,36,127); }

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

border-color css

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

 span { border-color: rgb(197,36,127); }

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