Html Css Color HEX #C42370 Medium Violet Red

📋 copy color: '#C42370'

red 196 ◦ green 35 ◦ blue 112

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

Shades of Medium Violet Red #C42370

Tints of Medium Violet Red #C42370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.2%

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

R = 57.14%
G = 10.2%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C42370 (or 0xC42370) is known color: Medium Violet Red. HEX triplet: C4, 23 and 70. RGB value is (196,35,112). Sum of RGB (Red+Green+Blue) = 196+35+112=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 35 (14.06% from 255 or 10.20% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C42370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42370 is #3BDC8F. Grayscale: #5B5B5B. Windows color (decimal): -3923088 or 7349188. OLE color: 7349188.

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

Color convert

RGB 196 35 112 -
CMYK 0 0.82 0.43 0.23
HSL 331.3º 0.7% 0.45% -
HSV(B) 331.3º 0.82% 0.77% -
XYZ 26.29 14.11 16.67 -
YUV 91.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 196 35 112 0 0.82 0.43 0.23 331.3 0.7 0.45
Hex C4 23 70 0 52 2B 17 14B 46 2D
Octal 304 43 160 0 122 53 27 513 106 55
Binary 11000100 100011 1110000 0 1010010 101011 10111 101001011 1000110 101101

Color Harmonies of #C42370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42370

Black with #C42370

Text Example


Text Example

White with #C42370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42370; }

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

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

background-color css

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

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

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

border-color css

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

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

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