Html Css Color HEX #C42099 Medium Violet Red

📋 copy color: '#C42099'

red 196 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #C42099

Tints of Medium Violet Red #C42099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.16%

R = 51.44%
G = 8.4%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.23

RGB Variations

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

Color information

#C42099 (or 0xC42099) is known color: Medium Violet Red. HEX triplet: C4, 20 and 99. RGB value is (196,32,153). Sum of RGB (Red+Green+Blue) = 196+32+153=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C42099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42099 is #3BDF66. Grayscale: #5E5E5E. Windows color (decimal): -3923815 or 10035396. OLE color: 10035396.

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

Color convert

RGB 196 32 153 -
CMYK 0 0.84 0.22 0.23
HSL 315.73º 0.72% 0.45% -
HSV(B) 315.73º 0.84% 0.77% -
XYZ 29.03 15.07 31.52 -
YUV 94.83 160.83 200.16 -
System Red Green Blue C M Y K H S L
Decimal 196 32 153 0 0.84 0.22 0.23 315.73 0.72 0.45
Hex C4 20 99 0 54 16 17 13C 48 2D
Octal 304 40 231 0 124 26 27 474 110 55
Binary 11000100 100000 10011001 0 1010100 10110 10111 100111100 1001000 101101

Color Harmonies of #C42099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C42099

Black with #C42099

Text Example


Text Example

White with #C42099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C42099; }

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

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

background-color css

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

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

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

border-color css

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

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

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