#C4217A

Color #C4217A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C4217A

Tints of Medium Violet Red #C4217A

Color information

#C4217A (or 0xC4217A) is unknown color: approx Medium Violet Red. HEX triplet: C4, 21 and 7A. RGB value is (196,33,122). Sum of RGB (Red+Green+Blue) = 196+33+122=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C4217A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4217A is #3BDE85. Grayscale: #5B5B5B. Windows color (decimal): -3923590 or 8004036. OLE color: 8004036.

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

Color convert

RGB19633122-
CMYK00.830.380.23
HSL327.24º71.18%44.9%-
HSV(B)327.24º83.16%76.86%-
XYZ26.8214.2319.75-
YUV91.88145202.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.84%
GREEN value IS 33 (13.28% from 255) = 9.40%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=55.84%
G=9.40%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963312200.830.380.23327.2471.1844.9
HexC4217A0532617147472d
Octal304411720123462750710755
Binary11000100100001111101001010011100110101111010001111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4217A; }

 p { color: rgb(196,33,122); }

 H1.HeaderClassName
 {
   color: #C4217A;
 }
 .AnyTagClassName
 {
   color: #C4217A;
 }
</style>
background-color css

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

 a { background-color: rgb(196,33,122); }

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

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

 span { border-color: rgb(196,33,122); }

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