Html Css Color HEX #C41670 Medium Violet Red

📋 copy color: '#C41670'

red 196 ◦ green 22 ◦ blue 112

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

Shades of Medium Violet Red #C41670

Tints of Medium Violet Red #C41670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

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

R = 59.39%
G = 6.67%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C41670 (or 0xC41670) is known color: Medium Violet Red. HEX triplet: C4, 16 and 70. RGB value is (196,22,112). Sum of RGB (Red+Green+Blue) = 196+22+112=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C41670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41670 is #3BE98F. Grayscale: #545454. Windows color (decimal): -3926416 or 7345860. OLE color: 7345860.

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

Color convert

RGB 196 22 112 -
CMYK 0 0.89 0.43 0.23
HSL 328.97º 0.8% 0.43% -
HSV(B) 328.97º 0.89% 0.77% -
XYZ 25.98 13.48 16.56 -
YUV 84.29 143.65 207.68 -
System Red Green Blue C M Y K H S L
Decimal 196 22 112 0 0.89 0.43 0.23 328.97 0.8 0.43
Hex C4 16 70 0 59 2B 17 149 50 2B
Octal 304 26 160 0 131 53 27 511 120 53
Binary 11000100 10110 1110000 0 1011001 101011 10111 101001001 1010000 101011

Color Harmonies of #C41670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41670

Black with #C41670

Text Example


Text Example

White with #C41670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41670; }

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

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

background-color css

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

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

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

border-color css

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

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

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