Html Css Color HEX #C42289 Medium Violet Red

📋 copy color: '#C42289'

red 196 ◦ green 34 ◦ blue 137

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

Shades of Medium Violet Red #C42289

Tints of Medium Violet Red #C42289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.26%

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

R = 53.41%
G = 9.26%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C42289 (or 0xC42289) is known color: Medium Violet Red. HEX triplet: C4, 22 and 89. RGB value is (196,34,137). Sum of RGB (Red+Green+Blue) = 196+34+137=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C42289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42289 is #3BDD76. Grayscale: #5D5D5D. Windows color (decimal): -3923319 or 8987332. OLE color: 8987332.

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

Color convert

RGB 196 34 137 -
CMYK 0 0.83 0.30 0.23
HSL 321.85º 0.7% 0.45% -
HSV(B) 321.85º 0.83% 0.77% -
XYZ 27.85 14.69 25.03 -
YUV 94.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 196 34 137 0 0.83 0.30 0.23 321.85 0.7 0.45
Hex C4 22 89 0 53 1E 17 142 46 2D
Octal 304 42 211 0 123 36 27 502 106 55
Binary 11000100 100010 10001001 0 1010011 11110 10111 101000010 1000110 101101

Color Harmonies of #C42289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42289

Black with #C42289

Text Example


Text Example

White with #C42289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42289; }

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

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

background-color css

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

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

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

border-color css

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

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

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