Html Css Color HEX #C41870 Medium Violet Red

📋 copy color: '#C41870'

red 196 ◦ green 24 ◦ blue 112

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

Shades of Medium Violet Red #C41870

Tints of Medium Violet Red #C41870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

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

R = 59.04%
G = 7.23%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C41870 (or 0xC41870) is known color: Medium Violet Red. HEX triplet: C4, 18 and 70. RGB value is (196,24,112). Sum of RGB (Red+Green+Blue) = 196+24+112=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C41870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41870 is #3BE78F. Grayscale: #555555. Windows color (decimal): -3925904 or 7346372. OLE color: 7346372.

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

Color convert

RGB 196 24 112 -
CMYK 0 0.88 0.43 0.23
HSL 329.3º 0.78% 0.43% -
HSV(B) 329.3º 0.88% 0.77% -
XYZ 26.02 13.56 16.58 -
YUV 85.46 142.98 206.84 -
System Red Green Blue C M Y K H S L
Decimal 196 24 112 0 0.88 0.43 0.23 329.3 0.78 0.43
Hex C4 18 70 0 58 2B 17 149 4E 2B
Octal 304 30 160 0 130 53 27 511 116 53
Binary 11000100 11000 1110000 0 1011000 101011 10111 101001001 1001110 101011

Color Harmonies of #C41870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41870

Black with #C41870

Text Example


Text Example

White with #C41870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41870; }

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

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

background-color css

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

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

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

border-color css

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

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

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