Html Css Color HEX #C4038C Medium Violet Red

📋 copy color: '#C4038C'

red 196 ◦ green 3 ◦ blue 140

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

Shades of Medium Violet Red #C4038C

Tints of Medium Violet Red #C4038C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.3%

R = 57.82%
G = 0.88%
B = 41.3%

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

#C4038C (or 0xC4038C) is known color: Medium Violet Red. HEX triplet: C4, 03 and 8C. RGB value is (196,3,140). Sum of RGB (Red+Green+Blue) = 196+3+140=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4038C is #3BFC73. Grayscale: #4B4B4B. Windows color (decimal): -3931252 or 9176004. OLE color: 9176004.

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

Color convert

RGB 196 3 140 -
CMYK 0 0.98 0.29 0.23
HSL 317.41º 0.97% 0.39% -
HSV(B) 317.41º 0.98% 0.77% -
XYZ 27.53 13.69 26 -
YUV 76.33 163.94 213.36 -
System Red Green Blue C M Y K H S L
Decimal 196 3 140 0 0.98 0.29 0.23 317.41 0.97 0.39
Hex C4 3 8C 0 62 1D 17 13D 61 27
Octal 304 3 214 0 142 35 27 475 141 47
Binary 11000100 11 10001100 0 1100010 11101 10111 100111101 1100001 100111

Color Harmonies of #C4038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4038C

Black with #C4038C

Text Example


Text Example

White with #C4038C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4038C; }

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

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

background-color css

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

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

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

border-color css

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

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

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