Html Css Color HEX #C4226C Medium Violet Red

📋 copy color: '#C4226C'

red 196 ◦ green 34 ◦ blue 108

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

Shades of Medium Violet Red #C4226C

Tints of Medium Violet Red #C4226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 57.99%
G = 10.06%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4226C (or 0xC4226C) is known color: Medium Violet Red. HEX triplet: C4, 22 and 6C. RGB value is (196,34,108). Sum of RGB (Red+Green+Blue) = 196+34+108=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4226C is #3BDD93. Grayscale: #5A5A5A. Windows color (decimal): -3923348 or 7086788. OLE color: 7086788.

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

Color convert

RGB 196 34 108 -
CMYK 0 0.83 0.45 0.23
HSL 332.59º 0.7% 0.45% -
HSV(B) 332.59º 0.83% 0.77% -
XYZ 26.04 13.96 15.51 -
YUV 90.87 137.67 202.98 -
System Red Green Blue C M Y K H S L
Decimal 196 34 108 0 0.83 0.45 0.23 332.59 0.7 0.45
Hex C4 22 6C 0 53 2D 17 14D 46 2D
Octal 304 42 154 0 123 55 27 515 106 55
Binary 11000100 100010 1101100 0 1010011 101101 10111 101001101 1000110 101101

Color Harmonies of #C4226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4226C

Black with #C4226C

Text Example


Text Example

White with #C4226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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