#CA197E

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

Shades of Medium Violet Red #CA197E

Tints of Medium Violet Red #CA197E

Color information

#CA197E (or 0xCA197E) is unknown color: approx Medium Violet Red. HEX triplet: CA, 19 and 7E. RGB value is (202,25,126). Sum of RGB (Red+Green+Blue) = 202+25+126=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA197E is #35E681. Grayscale: #595959. Windows color (decimal): -3532418 or 8264138. OLE color: 8264138.

HSL color Cylindrical-coordinate representation of color #CA197E: hue angle of 325.76º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA197E is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB20225126-
CMYK00.880.380.21
HSL325.76º77.97%44.51%-
HSV(B)325.76º87.62%79.22%-
XYZ28.4714.7621.09-
YUV89.44148.64208.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 25 (10.16% from 255) = 7.08%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=57.22%
G=7.08%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022512600.880.380.21325.7677.9744.51
HexCA197E05826151464e2d
Octal312311760130462550611655
Binary1100101011001111111001011000100110101011010001101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA197E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA197E; }

 p { color: rgb(202,25,126); }

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

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

 a { background-color: rgb(202,25,126); }

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

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

 span { border-color: rgb(202,25,126); }

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