Html Css Color HEX #C4048B Medium Violet Red

📋 copy color: '#C4048B'

red 196 ◦ green 4 ◦ blue 139

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

Shades of Medium Violet Red #C4048B

Tints of Medium Violet Red #C4048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.18%

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

R = 57.82%
G = 1.18%
B = 41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4048B (or 0xC4048B) is known color: Medium Violet Red. HEX triplet: C4, 04 and 8B. RGB value is (196,4,139). Sum of RGB (Red+Green+Blue) = 196+4+139=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4048B is #3BFB74. Grayscale: #4C4C4C. Windows color (decimal): -3930997 or 9110724. OLE color: 9110724.

HSL color Cylindrical-coordinate representation of color #C4048B: hue angle of 317.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C4048B is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 4 139 -
CMYK 0 0.98 0.29 0.23
HSL 317.81º 0.96% 0.39% -
HSV(B) 317.81º 0.98% 0.77% -
XYZ 27.47 13.69 25.62 -
YUV 76.8 163.11 213.02 -
System Red Green Blue C M Y K H S L
Decimal 196 4 139 0 0.98 0.29 0.23 317.81 0.96 0.39
Hex C4 4 8B 0 62 1D 17 13E 60 27
Octal 304 4 213 0 142 35 27 476 140 47
Binary 11000100 100 10001011 0 1100010 11101 10111 100111110 1100000 100111

Color Harmonies of #C4048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4048B

Black with #C4048B

Text Example


Text Example

White with #C4048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4048B; }

 p { color: rgb(196,4,139); }

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

background-color css

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

 a { background-color: rgb(196,4,139); }

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

border-color css

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

 span { border-color: rgb(196,4,139); }

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