Html Css Color HEX #C40478 Medium Violet Red

📋 copy color: '#C40478'

red 196 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #C40478

Tints of Medium Violet Red #C40478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.5%

R = 61.25%
G = 1.25%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C40478 (or 0xC40478) is known color: Medium Violet Red. HEX triplet: C4, 04 and 78. RGB value is (196,4,120). Sum of RGB (Red+Green+Blue) = 196+4+120=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 120 (47.27% from 255 or 37.5% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C40478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40478 is #3BFB87. Grayscale: #4A4A4A. Windows color (decimal): -3931016 or 7865540. OLE color: 7865540.

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

Color convert

RGB 196 4 120 -
CMYK 0 0.98 0.39 0.23
HSL 323.75º 0.96% 0.39% -
HSV(B) 323.75º 0.98% 0.77% -
XYZ 26.2 13.18 18.93 -
YUV 74.63 153.61 214.57 -
System Red Green Blue C M Y K H S L
Decimal 196 4 120 0 0.98 0.39 0.23 323.75 0.96 0.39
Hex C4 4 78 0 62 27 17 144 60 27
Octal 304 4 170 0 142 47 27 504 140 47
Binary 11000100 100 1111000 0 1100010 100111 10111 101000100 1100000 100111

Color Harmonies of #C40478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40478

Black with #C40478

Text Example


Text Example

White with #C40478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40478; }

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

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

background-color css

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

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

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

border-color css

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

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

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