#CA097A

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

Shades of Medium Violet Red #CA097A

Tints of Medium Violet Red #CA097A

Color information

#CA097A (or 0xCA097A) is unknown color: approx Medium Violet Red. HEX triplet: CA, 09 and 7A. RGB value is (202,9,122). Sum of RGB (Red+Green+Blue) = 202+9+122=333 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.66% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 202 - color contains mainly: red. Hex color #CA097A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA097A is #35F685. Grayscale: #4F4F4F. Windows color (decimal): -3536518 or 7997898. OLE color: 7997898.

HSL color Cylindrical-coordinate representation of color #CA097A: hue angle of 324.87º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CA097A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB2029122-
CMYK00.960.400.21
HSL324.87º91.47%41.37%-
HSV(B)324.87º95.54%79.22%-
XYZ27.9714.1619.67-
YUV79.59151.94215.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 60.66%
GREEN value IS 9 (3.91% from 255) = 2.70%
BLUE value IS 122 (48.05% from 255) = 36.64%
R=60.66%
G=2.70%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202912200.960.400.21324.8791.4741.37
HexCA97A06028151455b29
Octal312111720140502550513351
Binary110010101001111101001100000101000101011010001011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA097A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA097A; }

 p { color: rgb(202,9,122); }

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

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

 a { background-color: rgb(202,9,122); }

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

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

 span { border-color: rgb(202,9,122); }

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