Html Css Color HEX #C42089 Medium Violet Red

📋 copy color: '#C42089'

red 196 ◦ green 32 ◦ blue 137

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

Shades of Medium Violet Red #C42089

Tints of Medium Violet Red #C42089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

 BLUE value IS 137 (53.91% from 255) = 37.53%

R = 53.7%
G = 8.77%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C42089 (or 0xC42089) is known color: Medium Violet Red. HEX triplet: C4, 20 and 89. RGB value is (196,32,137). Sum of RGB (Red+Green+Blue) = 196+32+137=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C42089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42089 is #3BDF76. Grayscale: #5C5C5C. Windows color (decimal): -3923831 or 8986820. OLE color: 8986820.

HSL color Cylindrical-coordinate representation of color #C42089: hue angle of 321.59º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C42089 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 137 -
CMYK 0 0.84 0.30 0.23
HSL 321.59º 0.72% 0.45% -
HSV(B) 321.59º 0.84% 0.77% -
XYZ 27.8 14.57 25.02 -
YUV 93.01 152.83 201.46 -
System Red Green Blue C M Y K H S L
Decimal 196 32 137 0 0.84 0.30 0.23 321.59 0.72 0.45
Hex C4 20 89 0 54 1E 17 142 48 2D
Octal 304 40 211 0 124 36 27 502 110 55
Binary 11000100 100000 10001001 0 1010100 11110 10111 101000010 1001000 101101

Color Harmonies of #C42089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42089

Black with #C42089

Text Example


Text Example

White with #C42089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42089; }

 p { color: rgb(196,32,137); }

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

background-color css

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

 a { background-color: rgb(196,32,137); }

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

border-color css

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

 span { border-color: rgb(196,32,137); }

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