Html Css Color HEX #C4148D Medium Violet Red

📋 copy color: '#C4148D'

red 196 ◦ green 20 ◦ blue 141

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

Shades of Medium Violet Red #C4148D

Tints of Medium Violet Red #C4148D

RGB

 RED value IS 196 (76.95% from 255) = 54.9%

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

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

R = 54.9%
G = 5.6%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4148D (or 0xC4148D) is known color: Medium Violet Red. HEX triplet: C4, 14 and 8D. RGB value is (196,20,141). Sum of RGB (Red+Green+Blue) = 196+20+141=357 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.90% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 196 - color contains mainly: red. Hex color #C4148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4148D is #3BEB72. Grayscale: #565656. Windows color (decimal): -3926899 or 9245892. OLE color: 9245892.

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

Color convert

RGB 196 20 141 -
CMYK 0 0.90 0.28 0.23
HSL 318.75º 0.81% 0.42% -
HSV(B) 318.75º 0.9% 0.77% -
XYZ 27.82 14.16 26.47 -
YUV 86.42 158.81 206.16 -
System Red Green Blue C M Y K H S L
Decimal 196 20 141 0 0.90 0.28 0.23 318.75 0.81 0.42
Hex C4 14 8D 0 5A 1C 17 13F 51 2A
Octal 304 24 215 0 132 34 27 477 121 52
Binary 11000100 10100 10001101 0 1011010 11100 10111 100111111 1010001 101010

Color Harmonies of #C4148D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4148D

Black with #C4148D

Text Example


Text Example

White with #C4148D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4148D; }

 p { color: rgb(196,20,141); }

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

background-color css

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

 a { background-color: rgb(196,20,141); }

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

border-color css

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

 span { border-color: rgb(196,20,141); }

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