Html Css Color HEX #C4038E Medium Violet Red

📋 copy color: '#C4038E'

red 196 ◦ green 3 ◦ blue 142

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

Shades of Medium Violet Red #C4038E

Tints of Medium Violet Red #C4038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 142 (55.86% from 255) = 41.64%

R = 57.48%
G = 0.88%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4038E (or 0xC4038E) is known color: Medium Violet Red. HEX triplet: C4, 03 and 8E. RGB value is (196,3,142). Sum of RGB (Red+Green+Blue) = 196+3+142=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 142 (55.86% from 255 or 41.64% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C4038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4038E is #3BFC71. Grayscale: #4C4C4C. Windows color (decimal): -3931250 or 9307076. OLE color: 9307076.

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

Color convert

RGB 196 3 142 -
CMYK 0 0.98 0.28 0.23
HSL 316.79º 0.97% 0.39% -
HSV(B) 316.79º 0.98% 0.77% -
XYZ 27.68 13.75 26.79 -
YUV 76.55 164.94 213.2 -
System Red Green Blue C M Y K H S L
Decimal 196 3 142 0 0.98 0.28 0.23 316.79 0.97 0.39
Hex C4 3 8E 0 62 1C 17 13D 61 27
Octal 304 3 216 0 142 34 27 475 141 47
Binary 11000100 11 10001110 0 1100010 11100 10111 100111101 1100001 100111

Color Harmonies of #C4038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4038E

Black with #C4038E

Text Example


Text Example

White with #C4038E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4038E; }

 p { color: rgb(196,3,142); }

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

background-color css

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

 a { background-color: rgb(196,3,142); }

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

border-color css

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

 span { border-color: rgb(196,3,142); }

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