Html Css Color HEX #C43072 Medium Red Violet

📋 copy color: '#C43072'

red 196 ◦ green 48 ◦ blue 114

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

Shades of Medium Red Violet #C43072

Tints of Medium Red Violet #C43072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

 BLUE value IS 114 (44.92% from 255) = 31.84%

R = 54.75%
G = 13.41%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C43072 (or 0xC43072) is known color: Medium Red Violet. HEX triplet: C4, 30 and 72. RGB value is (196,48,114). Sum of RGB (Red+Green+Blue) = 196+48+114=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C43072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43072 is #3BCF8D. Grayscale: #636363. Windows color (decimal): -3919758 or 7483588. OLE color: 7483588.

HSL color Cylindrical-coordinate representation of color #C43072: hue angle of 333.24º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43072 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 48 114 -
CMYK 0 0.76 0.42 0.23
HSL 333.24º 0.61% 0.48% -
HSV(B) 333.24º 0.76% 0.77% -
XYZ 26.86 15.06 17.41 -
YUV 99.78 136.03 196.63 -
System Red Green Blue C M Y K H S L
Decimal 196 48 114 0 0.76 0.42 0.23 333.24 0.61 0.48
Hex C4 30 72 0 4C 2A 17 14D 3D 30
Octal 304 60 162 0 114 52 27 515 75 60
Binary 11000100 110000 1110010 0 1001100 101010 10111 101001101 111101 110000

Color Harmonies of #C43072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43072

Black with #C43072

Text Example


Text Example

White with #C43072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43072; }

 p { color: rgb(196,48,114); }

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

background-color css

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

 a { background-color: rgb(196,48,114); }

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

border-color css

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

 span { border-color: rgb(196,48,114); }

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