Html Css Color HEX #C42095 Medium Violet Red

📋 copy color: '#C42095'

red 196 ◦ green 32 ◦ blue 149

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

Shades of Medium Violet Red #C42095

Tints of Medium Violet Red #C42095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 51.99%
G = 8.49%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C42095 (or 0xC42095) is known color: Medium Violet Red. HEX triplet: C4, 20 and 95. RGB value is (196,32,149). Sum of RGB (Red+Green+Blue) = 196+32+149=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C42095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42095 is #3BDF6A. Grayscale: #5E5E5E. Windows color (decimal): -3923819 or 9773252. OLE color: 9773252.

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

Color convert

RGB 196 32 149 -
CMYK 0 0.84 0.24 0.23
HSL 317.2º 0.72% 0.45% -
HSV(B) 317.2º 0.84% 0.77% -
XYZ 28.71 14.94 29.8 -
YUV 94.37 158.83 200.49 -
System Red Green Blue C M Y K H S L
Decimal 196 32 149 0 0.84 0.24 0.23 317.2 0.72 0.45
Hex C4 20 95 0 54 18 17 13D 48 2D
Octal 304 40 225 0 124 30 27 475 110 55
Binary 11000100 100000 10010101 0 1010100 11000 10111 100111101 1001000 101101

Color Harmonies of #C42095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42095

Black with #C42095

Text Example


Text Example

White with #C42095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42095; }

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

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

background-color css

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

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

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

border-color css

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

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

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