Html Css Color HEX #C42B70 Medium Red Violet

📋 copy color: '#C42B70'

red 196 ◦ green 43 ◦ blue 112

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

Shades of Medium Red Violet #C42B70

Tints of Medium Red Violet #C42B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.25%

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

R = 55.84%
G = 12.25%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C42B70 (or 0xC42B70) is known color: Medium Red Violet. HEX triplet: C4, 2B and 70. RGB value is (196,43,112). Sum of RGB (Red+Green+Blue) = 196+43+112=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42B70 is #3BD48F. Grayscale: #606060. Windows color (decimal): -3921040 or 7351236. OLE color: 7351236.

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

Color convert

RGB 196 43 112 -
CMYK 0 0.78 0.43 0.23
HSL 332.94º 0.64% 0.47% -
HSV(B) 332.94º 0.78% 0.77% -
XYZ 26.55 14.63 16.75 -
YUV 96.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 196 43 112 0 0.78 0.43 0.23 332.94 0.64 0.47
Hex C4 2B 70 0 4E 2B 17 14D 40 2F
Octal 304 53 160 0 116 53 27 515 100 57
Binary 11000100 101011 1110000 0 1001110 101011 10111 101001101 1000000 101111

Color Harmonies of #C42B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42B70

Black with #C42B70

Text Example


Text Example

White with #C42B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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