Html Css Color HEX #C5248D Medium Violet Red

📋 copy color: '#C5248D'

red 197 ◦ green 36 ◦ blue 141

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

Shades of Medium Violet Red #C5248D

Tints of Medium Violet Red #C5248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 52.67%
G = 9.63%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C5248D (or 0xC5248D) is known color: Medium Violet Red. HEX triplet: C5, 24 and 8D. RGB value is (197,36,141). Sum of RGB (Red+Green+Blue) = 197+36+141=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C5248D is #3ADB72. Grayscale: #5F5F5F. Windows color (decimal): -3857267 or 9249989. OLE color: 9249989.

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

Color convert

RGB 197 36 141 -
CMYK 0 0.82 0.28 0.23
HSL 320.87º 0.69% 0.46% -
HSV(B) 320.87º 0.82% 0.77% -
XYZ 28.46 15.06 26.6 -
YUV 96.11 153.34 199.96 -
System Red Green Blue C M Y K H S L
Decimal 197 36 141 0 0.82 0.28 0.23 320.87 0.69 0.46
Hex C5 24 8D 0 52 1C 17 141 45 2E
Octal 305 44 215 0 122 34 27 501 105 56
Binary 11000101 100100 10001101 0 1010010 11100 10111 101000001 1000101 101110

Color Harmonies of #C5248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5248D

Black with #C5248D

Text Example


Text Example

White with #C5248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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