#CA0198

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

Shades of Medium Violet Red #CA0198

Tints of Medium Violet Red #CA0198

Color information

#CA0198 (or 0xCA0198) is unknown color: approx Medium Violet Red. HEX triplet: CA, 01 and 98. RGB value is (202,1,152). Sum of RGB (Red+Green+Blue) = 202+1+152=355 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.90% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0198 is #35FE67. Grayscale: #4D4D4D. Windows color (decimal): -3538536 or 9961930. OLE color: 9961930.

HSL color Cylindrical-coordinate representation of color #CA0198: hue angle of 314.93º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0198 is Cyan = 0, Magento = 1.00, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB2021152-
CMYK01.000.250.21
HSL314.93º99.01%39.8%-
HSV(B)314.93º99.5%79.22%-
XYZ30.0414.8530.99-
YUV78.31169.59216.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.90%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 152 (59.77% from 255) = 42.82%
R=56.90%
G=0.28%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202115201.000.250.21314.9399.0139.8
HexCA198064191513b6328
Octal31212300144312547314350
Binary110010101100110000110010011001101011001110111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0198; }

 p { color: rgb(202,1,152); }

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

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

 a { background-color: rgb(202,1,152); }

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

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

 span { border-color: rgb(202,1,152); }

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