Html Css Color HEX #C5248F Medium Violet Red

📋 copy color: '#C5248F'

red 197 ◦ green 36 ◦ blue 143

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

Shades of Medium Violet Red #C5248F

Tints of Medium Violet Red #C5248F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.03%

R = 52.39%
G = 9.57%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5248F (or 0xC5248F) is known color: Medium Violet Red. HEX triplet: C5, 24 and 8F. RGB value is (197,36,143). Sum of RGB (Red+Green+Blue) = 197+36+143=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5248F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5248F is #3ADB70. Grayscale: #606060. Windows color (decimal): -3857265 or 9381061. OLE color: 9381061.

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

Color convert

RGB 197 36 143 -
CMYK 0 0.82 0.27 0.23
HSL 320.12º 0.69% 0.46% -
HSV(B) 320.12º 0.82% 0.77% -
XYZ 28.61 15.12 27.4 -
YUV 96.34 154.34 199.8 -
System Red Green Blue C M Y K H S L
Decimal 197 36 143 0 0.82 0.27 0.23 320.12 0.69 0.46
Hex C5 24 8F 0 52 1B 17 140 45 2E
Octal 305 44 217 0 122 33 27 500 105 56
Binary 11000101 100100 10001111 0 1010010 11011 10111 101000000 1000101 101110

Color Harmonies of #C5248F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5248F

Black with #C5248F

Text Example


Text Example

White with #C5248F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5248F; }

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

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

background-color css

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

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

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

border-color css

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

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

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