Html Css Color HEX #C4047D Medium Violet Red

📋 copy color: '#C4047D'

red 196 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #C4047D

Tints of Medium Violet Red #C4047D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 60.31%
G = 1.23%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4047D (or 0xC4047D) is known color: Medium Violet Red. HEX triplet: C4, 04 and 7D. RGB value is (196,4,125). Sum of RGB (Red+Green+Blue) = 196+4+125=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4047D is #3BFB82. Grayscale: #4A4A4A. Windows color (decimal): -3931011 or 8193220. OLE color: 8193220.

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

Color convert

RGB 196 4 125 -
CMYK 0 0.98 0.36 0.23
HSL 322.19º 0.96% 0.39% -
HSV(B) 322.19º 0.98% 0.77% -
XYZ 26.51 13.3 20.57 -
YUV 75.2 156.11 214.16 -
System Red Green Blue C M Y K H S L
Decimal 196 4 125 0 0.98 0.36 0.23 322.19 0.96 0.39
Hex C4 4 7D 0 62 24 17 142 60 27
Octal 304 4 175 0 142 44 27 502 140 47
Binary 11000100 100 1111101 0 1100010 100100 10111 101000010 1100000 100111

Color Harmonies of #C4047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4047D

Black with #C4047D

Text Example


Text Example

White with #C4047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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