Html Css Color HEX #C5148B Medium Violet Red

📋 copy color: '#C5148B'

red 197 ◦ green 20 ◦ blue 139

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

Shades of Medium Violet Red #C5148B

Tints of Medium Violet Red #C5148B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 55.34%
G = 5.62%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5148B (or 0xC5148B) is known color: Medium Violet Red. HEX triplet: C5, 14 and 8B. RGB value is (197,20,139). Sum of RGB (Red+Green+Blue) = 197+20+139=356 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.34% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 197 - color contains mainly: red. Hex color #C5148B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C5148B is #3AEB74. Grayscale: #565656. Windows color (decimal): -3861365 or 9114821. OLE color: 9114821.

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

Color convert

RGB 197 20 139 -
CMYK 0 0.90 0.29 0.23
HSL 319.66º 0.82% 0.43% -
HSV(B) 319.66º 0.9% 0.77% -
XYZ 27.94 14.23 25.7 -
YUV 86.49 157.64 206.82 -
System Red Green Blue C M Y K H S L
Decimal 197 20 139 0 0.90 0.29 0.23 319.66 0.82 0.43
Hex C5 14 8B 0 5A 1D 17 140 52 2B
Octal 305 24 213 0 132 35 27 500 122 53
Binary 11000101 10100 10001011 0 1011010 11101 10111 101000000 1010010 101011

Color Harmonies of #C5148B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5148B

Black with #C5148B

Text Example


Text Example

White with #C5148B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5148B; }

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

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

background-color css

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

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

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

border-color css

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

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

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