Html Css Color HEX #C40470 Medium Violet Red

📋 copy color: '#C40470'

red 196 ◦ green 4 ◦ blue 112

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

Shades of Medium Violet Red #C40470

Tints of Medium Violet Red #C40470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.9%

R = 62.82%
G = 1.28%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C40470 (or 0xC40470) is known color: Medium Violet Red. HEX triplet: C4, 04 and 70. RGB value is (196,4,112). Sum of RGB (Red+Green+Blue) = 196+4+112=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C40470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40470 is #3BFB8F. Grayscale: #494949. Windows color (decimal): -3931024 or 7341252. OLE color: 7341252.

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

Color convert

RGB 196 4 112 -
CMYK 0 0.98 0.43 0.23
HSL 326.25º 0.96% 0.39% -
HSV(B) 326.25º 0.98% 0.77% -
XYZ 25.73 12.99 16.48 -
YUV 73.72 149.61 215.22 -
System Red Green Blue C M Y K H S L
Decimal 196 4 112 0 0.98 0.43 0.23 326.25 0.96 0.39
Hex C4 4 70 0 62 2B 17 146 60 27
Octal 304 4 160 0 142 53 27 506 140 47
Binary 11000100 100 1110000 0 1100010 101011 10111 101000110 1100000 100111

Color Harmonies of #C40470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40470

Black with #C40470

Text Example


Text Example

White with #C40470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40470; }

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

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

background-color css

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

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

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

border-color css

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

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

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