Html Css Color HEX #C40370 Medium Violet Red

📋 copy color: '#C40370'

red 196 ◦ green 3 ◦ blue 112

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

Shades of Medium Violet Red #C40370

Tints of Medium Violet Red #C40370

RGB

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

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

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

R = 63.02%
G = 0.96%
B = 36.01%

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

#C40370 (or 0xC40370) is known color: Medium Violet Red. HEX triplet: C4, 03 and 70. RGB value is (196,3,112). Sum of RGB (Red+Green+Blue) = 196+3+112=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C40370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40370 is #3BFC8F. Grayscale: #484848. Windows color (decimal): -3931280 or 7340996. OLE color: 7340996.

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

Color convert

RGB 196 3 112 -
CMYK 0 0.98 0.43 0.23
HSL 326.11º 0.97% 0.39% -
HSV(B) 326.11º 0.98% 0.77% -
XYZ 25.72 12.97 16.48 -
YUV 73.13 149.94 215.64 -
System Red Green Blue C M Y K H S L
Decimal 196 3 112 0 0.98 0.43 0.23 326.11 0.97 0.39
Hex C4 3 70 0 62 2B 17 146 61 27
Octal 304 3 160 0 142 53 27 506 141 47
Binary 11000100 11 1110000 0 1100010 101011 10111 101000110 1100001 100111

Color Harmonies of #C40370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40370

Black with #C40370

Text Example


Text Example

White with #C40370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40370; }

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

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

background-color css

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

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

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

border-color css

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

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

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