Html Css Color HEX #C4229D Medium Violet Red

📋 copy color: '#C4229D'

red 196 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #C4229D

Tints of Medium Violet Red #C4229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.57%

R = 50.65%
G = 8.79%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#C4229D (or 0xC4229D) is known color: Medium Violet Red. HEX triplet: C4, 22 and 9D. RGB value is (196,34,157). Sum of RGB (Red+Green+Blue) = 196+34+157=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4229D is #3BDD62. Grayscale: #606060. Windows color (decimal): -3923299 or 10298052. OLE color: 10298052.

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

Color convert

RGB 196 34 157 -
CMYK 0 0.83 0.20 0.23
HSL 314.44º 0.7% 0.45% -
HSV(B) 314.44º 0.83% 0.77% -
XYZ 29.42 15.31 33.3 -
YUV 96.46 162.17 199 -
System Red Green Blue C M Y K H S L
Decimal 196 34 157 0 0.83 0.20 0.23 314.44 0.7 0.45
Hex C4 22 9D 0 53 14 17 13A 46 2D
Octal 304 42 235 0 123 24 27 472 106 55
Binary 11000100 100010 10011101 0 1010011 10100 10111 100111010 1000110 101101

Color Harmonies of #C4229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4229D

Black with #C4229D

Text Example


Text Example

White with #C4229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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