Html Css Color HEX #C4047F Medium Violet Red

📋 copy color: '#C4047F'

red 196 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #C4047F

Tints of Medium Violet Red #C4047F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 59.94%
G = 1.22%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C4047F (or 0xC4047F) is known color: Medium Violet Red. HEX triplet: C4, 04 and 7F. RGB value is (196,4,127). Sum of RGB (Red+Green+Blue) = 196+4+127=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4047F is #3BFB80. Grayscale: #4B4B4B. Windows color (decimal): -3931009 or 8324292. OLE color: 8324292.

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

Color convert

RGB 196 4 127 -
CMYK 0 0.98 0.35 0.23
HSL 321.56º 0.96% 0.39% -
HSV(B) 321.56º 0.98% 0.77% -
XYZ 26.64 13.35 21.25 -
YUV 75.43 157.11 214 -
System Red Green Blue C M Y K H S L
Decimal 196 4 127 0 0.98 0.35 0.23 321.56 0.96 0.39
Hex C4 4 7F 0 62 23 17 142 60 27
Octal 304 4 177 0 142 43 27 502 140 47
Binary 11000100 100 1111111 0 1100010 100011 10111 101000010 1100000 100111

Color Harmonies of #C4047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4047F

Black with #C4047F

Text Example


Text Example

White with #C4047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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