#CA279C

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

Shades of Medium Violet Red #CA279C

Tints of Medium Violet Red #CA279C

Color information

#CA279C (or 0xCA279C) is unknown color: approx Medium Violet Red. HEX triplet: CA, 27 and 9C. RGB value is (202,39,156). Sum of RGB (Red+Green+Blue) = 202+39+156=397 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.88% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 156 (61.33% from 255 or 39.29% from 397); Max value from RGB is 202 - color contains mainly: red. Hex color #CA279C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA279C is #35D863. Grayscale: #646464. Windows color (decimal): -3528804 or 10233802. OLE color: 10233802.

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

Color convert

RGB20239156-
CMYK00.810.230.21
HSL316.93º67.63%47.25%-
HSV(B)316.93º80.69%79.22%-
XYZ31.0816.4132.98-
YUV101.07159199.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.88%
GREEN value IS 39 (15.62% from 255) = 9.82%
BLUE value IS 156 (61.33% from 255) = 39.29%
R=50.88%
G=9.82%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023915600.810.230.21316.9367.6347.25
HexCA279C051171513d442f
Octal312472340121272547510457
Binary11001010100111100111000101000110111101011001111011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA279C; }

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

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

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

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

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

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

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

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