Html Css Color HEX #C42770 Medium Red Violet

📋 copy color: '#C42770'

red 196 ◦ green 39 ◦ blue 112

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

Shades of Medium Red Violet #C42770

Tints of Medium Red Violet #C42770

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

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

R = 56.48%
G = 11.24%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C42770 (or 0xC42770) is known color: Medium Red Violet. HEX triplet: C4, 27 and 70. RGB value is (196,39,112). Sum of RGB (Red+Green+Blue) = 196+39+112=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C42770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42770 is #3BD88F. Grayscale: #5E5E5E. Windows color (decimal): -3922064 or 7350212. OLE color: 7350212.

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

Color convert

RGB 196 39 112 -
CMYK 0 0.80 0.43 0.23
HSL 332.1º 0.67% 0.46% -
HSV(B) 332.1º 0.8% 0.77% -
XYZ 26.42 14.36 16.71 -
YUV 94.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 196 39 112 0 0.80 0.43 0.23 332.1 0.67 0.46
Hex C4 27 70 0 50 2B 17 14C 43 2E
Octal 304 47 160 0 120 53 27 514 103 56
Binary 11000100 100111 1110000 0 1010000 101011 10111 101001100 1000011 101110

Color Harmonies of #C42770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42770

Black with #C42770

Text Example


Text Example

White with #C42770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42770; }

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

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

background-color css

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

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

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

border-color css

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

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

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