Html Css Color HEX #C40670 Medium Violet Red

📋 copy color: '#C40670'

red 196 ◦ green 6 ◦ blue 112

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

Shades of Medium Violet Red #C40670

Tints of Medium Violet Red #C40670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.91%

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

R = 62.42%
G = 1.91%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C40670 (or 0xC40670) is known color: Medium Violet Red. HEX triplet: C4, 06 and 70. RGB value is (196,6,112). Sum of RGB (Red+Green+Blue) = 196+6+112=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C40670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40670 is #3BF98F. Grayscale: #4A4A4A. Windows color (decimal): -3930512 or 7341764. OLE color: 7341764.

HSL color Cylindrical-coordinate representation of color #C40670: hue angle of 326.53º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C40670 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 6 112 -
CMYK 0 0.97 0.43 0.23
HSL 326.53º 0.94% 0.4% -
HSV(B) 326.53º 0.97% 0.77% -
XYZ 25.75 13.04 16.49 -
YUV 74.89 148.95 214.38 -
System Red Green Blue C M Y K H S L
Decimal 196 6 112 0 0.97 0.43 0.23 326.53 0.94 0.4
Hex C4 6 70 0 61 2B 17 147 5E 28
Octal 304 6 160 0 141 53 27 507 136 50
Binary 11000100 110 1110000 0 1100001 101011 10111 101000111 1011110 101000

Color Harmonies of #C40670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40670

Black with #C40670

Text Example


Text Example

White with #C40670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40670; }

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

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

background-color css

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

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

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

border-color css

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

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

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