#CA279B

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

Shades of Medium Violet Red #CA279B

Tints of Medium Violet Red #CA279B

Color information

#CA279B (or 0xCA279B) is unknown color: approx Medium Violet Red. HEX triplet: CA, 27 and 9B. RGB value is (202,39,155). Sum of RGB (Red+Green+Blue) = 202+39+155=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA279B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA279B is #35D864. Grayscale: #646464. Windows color (decimal): -3528805 or 10168266. OLE color: 10168266.

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

Color convert

RGB20239155-
CMYK00.810.230.21
HSL317.3º67.63%47.25%-
HSV(B)317.3º80.69%79.22%-
XYZ3116.3732.54-
YUV100.96158.5200.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 39 (15.62% from 255) = 9.85%
BLUE value IS 155 (60.94% from 255) = 39.14%
R=51.01%
G=9.85%
B=39.14%

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
Decimal2023915500.810.230.21317.367.6347.25
HexCA279B051171513d442f
Octal312472330121272547510457
Binary11001010100111100110110101000110111101011001111011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA279B; }

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

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

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

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

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

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

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

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