Html Css Color HEX #C4058A Medium Violet Red

📋 copy color: '#C4058A'

red 196 ◦ green 5 ◦ blue 138

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

Shades of Medium Violet Red #C4058A

Tints of Medium Violet Red #C4058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 40.71%

R = 57.82%
G = 1.47%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C4058A (or 0xC4058A) is known color: Medium Violet Red. HEX triplet: C4, 05 and 8A. RGB value is (196,5,138). Sum of RGB (Red+Green+Blue) = 196+5+138=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4058A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C4058A is #3BFA75. Grayscale: #4C4C4C. Windows color (decimal): -3930742 or 9045444. OLE color: 9045444.

HSL color Cylindrical-coordinate representation of color #C4058A: hue angle of 318.22º 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 #C4058A is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 5 138 -
CMYK 0 0.97 0.30 0.23
HSL 318.22º 0.95% 0.39% -
HSV(B) 318.22º 0.97% 0.77% -
XYZ 27.41 13.68 25.24 -
YUV 77.27 162.28 212.69 -
System Red Green Blue C M Y K H S L
Decimal 196 5 138 0 0.97 0.30 0.23 318.22 0.95 0.39
Hex C4 5 8A 0 61 1E 17 13E 5F 27
Octal 304 5 212 0 141 36 27 476 137 47
Binary 11000100 101 10001010 0 1100001 11110 10111 100111110 1011111 100111

Color Harmonies of #C4058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4058A

Black with #C4058A

Text Example


Text Example

White with #C4058A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4058A; }

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

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

background-color css

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

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

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

border-color css

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

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

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