Html Css Color HEX #C4056A Medium Violet Red

📋 copy color: '#C4056A'

red 196 ◦ green 5 ◦ blue 106

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

Shades of Medium Violet Red #C4056A

Tints of Medium Violet Red #C4056A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.63%

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 63.84%
G = 1.63%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4056A (or 0xC4056A) is known color: Medium Violet Red. HEX triplet: C4, 05 and 6A. RGB value is (196,5,106). Sum of RGB (Red+Green+Blue) = 196+5+106=307 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.84% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 196 - color contains mainly: red. Hex color #C4056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4056A is #3BFA95. Grayscale: #494949. Windows color (decimal): -3930774 or 6948292. OLE color: 6948292.

HSL color Cylindrical-coordinate representation of color #C4056A: hue angle of 328.27º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C4056A is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 106 -
CMYK 0 0.97 0.46 0.23
HSL 328.27º 0.95% 0.39% -
HSV(B) 328.27º 0.97% 0.77% -
XYZ 25.42 12.88 14.78 -
YUV 73.62 146.28 215.29 -
System Red Green Blue C M Y K H S L
Decimal 196 5 106 0 0.97 0.46 0.23 328.27 0.95 0.39
Hex C4 5 6A 0 61 2E 17 148 5F 27
Octal 304 5 152 0 141 56 27 510 137 47
Binary 11000100 101 1101010 0 1100001 101110 10111 101001000 1011111 100111

Color Harmonies of #C4056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4056A

Black with #C4056A

Text Example


Text Example

White with #C4056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4056A; }

 p { color: rgb(196,5,106); }

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

background-color css

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

 a { background-color: rgb(196,5,106); }

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

border-color css

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

 span { border-color: rgb(196,5,106); }

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