Html Css Color HEX #C4229E Medium Violet Red

📋 copy color: '#C4229E'

red 196 ◦ green 34 ◦ blue 158

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

Shades of Medium Violet Red #C4229E

Tints of Medium Violet Red #C4229E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.72%

R = 50.52%
G = 8.76%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4229E (or 0xC4229E) is known color: Medium Violet Red. HEX triplet: C4, 22 and 9E. RGB value is (196,34,158). Sum of RGB (Red+Green+Blue) = 196+34+158=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4229E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4229E is #3BDD61. Grayscale: #606060. Windows color (decimal): -3923298 or 10363588. OLE color: 10363588.

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

Color convert

RGB 196 34 158 -
CMYK 0 0.83 0.19 0.23
HSL 314.07º 0.7% 0.45% -
HSV(B) 314.07º 0.83% 0.77% -
XYZ 29.51 15.35 33.76 -
YUV 96.57 162.67 198.92 -
System Red Green Blue C M Y K H S L
Decimal 196 34 158 0 0.83 0.19 0.23 314.07 0.7 0.45
Hex C4 22 9E 0 53 13 17 13A 46 2D
Octal 304 42 236 0 123 23 27 472 106 55
Binary 11000100 100010 10011110 0 1010011 10011 10111 100111010 1000110 101101

Color Harmonies of #C4229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4229E

Black with #C4229E

Text Example


Text Example

White with #C4229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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