#CA1A7E

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

Shades of Medium Violet Red #CA1A7E

Tints of Medium Violet Red #CA1A7E

Color information

#CA1A7E (or 0xCA1A7E) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1A and 7E. RGB value is (202,26,126). Sum of RGB (Red+Green+Blue) = 202+26+126=354 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.06% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1A7E is #35E581. Grayscale: #595959. Windows color (decimal): -3532162 or 8264394. OLE color: 8264394.

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

Color convert

RGB20226126-
CMYK00.870.380.21
HSL325.91º77.19%44.71%-
HSV(B)325.91º87.13%79.22%-
XYZ28.4914.821.09-
YUV90.02148.31207.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.06%
GREEN value IS 26 (10.55% from 255) = 7.34%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=57.06%
G=7.34%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022612600.870.380.21325.9177.1944.71
HexCA1A7E05726151464d2d
Octal312321760127462550611555
Binary1100101011010111111001010111100110101011010001101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1A7E; }

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

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

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

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

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

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

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

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