#CA14A5

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

Shades of Medium Violet Red #CA14A5

Tints of Medium Violet Red #CA14A5

Color information

#CA14A5 (or 0xCA14A5) is unknown color: approx Medium Violet Red. HEX triplet: CA, 14 and A5. RGB value is (202,20,165). Sum of RGB (Red+Green+Blue) = 202+20+165=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA14A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA14A5 is #35EB5A. Grayscale: #5A5A5A. Windows color (decimal): -3533659 or 10818762. OLE color: 10818762.

HSL color Cylindrical-coordinate representation of color #CA14A5: hue angle of 312.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA14A5 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20220165-
CMYK00.900.180.21
HSL312.2º81.98%43.53%-
HSV(B)312.2º90.1%79.22%-
XYZ31.415.7736.99-
YUV90.95169.8207.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 20 (8.20% from 255) = 5.17%
BLUE value IS 165 (64.84% from 255) = 42.64%
R=52.20%
G=5.17%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022016500.900.180.21312.281.9843.53
HexCA14A505A1215138522c
Octal312242450132222547012254
Binary1100101010100101001010101101010010101011001110001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA14A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA14A5; }

 p { color: rgb(202,20,165); }

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

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

 a { background-color: rgb(202,20,165); }

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

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

 span { border-color: rgb(202,20,165); }

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