Html Css Color HEX #C4227C Medium Violet Red

📋 copy color: '#C4227C'

red 196 ◦ green 34 ◦ blue 124

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

Shades of Medium Violet Red #C4227C

Tints of Medium Violet Red #C4227C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 55.37%
G = 9.6%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4227C (or 0xC4227C) is known color: Medium Violet Red. HEX triplet: C4, 22 and 7C. RGB value is (196,34,124). Sum of RGB (Red+Green+Blue) = 196+34+124=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C4227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4227C is #3BDD83. Grayscale: #5C5C5C. Windows color (decimal): -3923332 or 8135364. OLE color: 8135364.

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

Color convert

RGB 196 34 124 -
CMYK 0 0.83 0.37 0.23
HSL 326.67º 0.7% 0.45% -
HSV(B) 326.67º 0.83% 0.77% -
XYZ 26.98 14.34 20.41 -
YUV 92.7 145.67 201.68 -
System Red Green Blue C M Y K H S L
Decimal 196 34 124 0 0.83 0.37 0.23 326.67 0.7 0.45
Hex C4 22 7C 0 53 25 17 147 46 2D
Octal 304 42 174 0 123 45 27 507 106 55
Binary 11000100 100010 1111100 0 1010011 100101 10111 101000111 1000110 101101

Color Harmonies of #C4227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4227C

Black with #C4227C

Text Example


Text Example

White with #C4227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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