#CA279A

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

Shades of Medium Violet Red #CA279A

Tints of Medium Violet Red #CA279A

Color information

#CA279A (or 0xCA279A) is unknown color: approx Medium Violet Red. HEX triplet: CA, 27 and 9A. RGB value is (202,39,154). Sum of RGB (Red+Green+Blue) = 202+39+154=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA279A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA279A is #35D865. Grayscale: #646464. Windows color (decimal): -3528806 or 10102730. OLE color: 10102730.

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

Color convert

RGB20239154-
CMYK00.810.240.21
HSL317.67º67.63%47.25%-
HSV(B)317.67º80.69%79.22%-
XYZ30.9216.3432.1-
YUV100.85158200.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 39 (15.62% from 255) = 9.87%
BLUE value IS 154 (60.55% from 255) = 38.99%
R=51.14%
G=9.87%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023915400.810.240.21317.6767.6347.25
HexCA279A051181513e442f
Octal312472320121302547610457
Binary11001010100111100110100101000111000101011001111101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA279A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA279A; }

 p { color: rgb(202,39,154); }

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

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

 a { background-color: rgb(202,39,154); }

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

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

 span { border-color: rgb(202,39,154); }

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