Html Css Color HEX #C5148F Medium Violet Red

📋 copy color: '#C5148F'

red 197 ◦ green 20 ◦ blue 143

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

Shades of Medium Violet Red #C5148F

Tints of Medium Violet Red #C5148F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

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

R = 54.72%
G = 5.56%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C5148F (or 0xC5148F) is known color: Medium Violet Red. HEX triplet: C5, 14 and 8F. RGB value is (197,20,143). Sum of RGB (Red+Green+Blue) = 197+20+143=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5148F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5148F is #3AEB70. Grayscale: #565656. Windows color (decimal): -3861361 or 9376965. OLE color: 9376965.

HSL color Cylindrical-coordinate representation of color #C5148F: hue angle of 318.31º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5148F is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 20 143 -
CMYK 0 0.90 0.27 0.23
HSL 318.31º 0.82% 0.43% -
HSV(B) 318.31º 0.9% 0.77% -
XYZ 28.23 14.35 27.27 -
YUV 86.95 159.64 206.5 -
System Red Green Blue C M Y K H S L
Decimal 197 20 143 0 0.90 0.27 0.23 318.31 0.82 0.43
Hex C5 14 8F 0 5A 1B 17 13E 52 2B
Octal 305 24 217 0 132 33 27 476 122 53
Binary 11000101 10100 10001111 0 1011010 11011 10111 100111110 1010010 101011

Color Harmonies of #C5148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5148F

Black with #C5148F

Text Example


Text Example

White with #C5148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5148F; }

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

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

background-color css

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

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

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

border-color css

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

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

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