Html Css Color HEX #C43472 Medium Red Violet

📋 copy color: '#C43472'

red 196 ◦ green 52 ◦ blue 114

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

Shades of Medium Red Violet #C43472

Tints of Medium Red Violet #C43472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.36%

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

R = 54.14%
G = 14.36%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C43472 (or 0xC43472) is known color: Medium Red Violet. HEX triplet: C4, 34 and 72. RGB value is (196,52,114). Sum of RGB (Red+Green+Blue) = 196+52+114=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C43472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43472 is #3BCB8D. Grayscale: #666666. Windows color (decimal): -3918734 or 7484612. OLE color: 7484612.

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

Color convert

RGB 196 52 114 -
CMYK 0 0.73 0.42 0.23
HSL 334.17º 0.58% 0.49% -
HSV(B) 334.17º 0.73% 0.77% -
XYZ 27.03 15.41 17.47 -
YUV 102.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 196 52 114 0 0.73 0.42 0.23 334.17 0.58 0.49
Hex C4 34 72 0 49 2A 17 14E 3A 31
Octal 304 64 162 0 111 52 27 516 72 61
Binary 11000100 110100 1110010 0 1001001 101010 10111 101001110 111010 110001

Color Harmonies of #C43472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43472

Black with #C43472

Text Example


Text Example

White with #C43472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43472; }

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

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

background-color css

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

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

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

border-color css

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

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

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