#C7269D

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

Shades of Medium Violet Red #C7269D

Tints of Medium Violet Red #C7269D

Color information

#C7269D (or 0xC7269D) is unknown color: approx Medium Violet Red. HEX triplet: C7, 26 and 9D. RGB value is (199,38,157). Sum of RGB (Red+Green+Blue) = 199+38+157=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7269D is #38D962. Grayscale: #636363. Windows color (decimal): -3725667 or 10299079. OLE color: 10299079.

HSL color Cylindrical-coordinate representation of color #C7269D: hue angle of 315.65º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7269D is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB19938157-
CMYK00.810.210.22
HSL315.65º67.93%46.47%-
HSV(B)315.65º80.9%78.04%-
XYZ30.3315.9633.38-
YUV99.7160.34198.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 50.51%
GREEN value IS 38 (15.23% from 255) = 9.64%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=50.51%
G=9.64%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1993815700.810.210.22315.6567.9346.47
HexC7269D051151613c442e
Octal307462350121252647410456
Binary11000111100110100111010101000110101101101001111001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7269D; }

 p { color: rgb(199,38,157); }

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

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

 a { background-color: rgb(199,38,157); }

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

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

 span { border-color: rgb(199,38,157); }

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