#C4269A

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

Shades of Medium Red Violet #C4269A

Tints of Medium Red Violet #C4269A

Color information

#C4269A (or 0xC4269A) is unknown color: approx Medium Red Violet. HEX triplet: C4, 26 and 9A. RGB value is (196,38,154). Sum of RGB (Red+Green+Blue) = 196+38+154=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4269A is #3BD965. Grayscale: #626262. Windows color (decimal): -3922278 or 10102468. OLE color: 10102468.

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

Color convert

RGB19638154-
CMYK00.810.210.23
HSL315.95º67.52%45.88%-
HSV(B)315.95º80.61%76.86%-
XYZ29.2915.4632.01-
YUV98.47159.35197.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.52%
GREEN value IS 38 (15.23% from 255) = 9.79%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=50.52%
G=9.79%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963815400.810.210.23315.9567.5245.88
HexC4269A051151713c442e
Octal304462320121252747410456
Binary11000100100110100110100101000110101101111001111001000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4269A; }

 p { color: rgb(196,38,154); }

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

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

 a { background-color: rgb(196,38,154); }

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

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

 span { border-color: rgb(196,38,154); }

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