#CA1F6F

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

Shades of Medium Violet Red #CA1F6F

Tints of Medium Violet Red #CA1F6F

Color information

#CA1F6F (or 0xCA1F6F) is unknown color: approx Medium Violet Red. HEX triplet: CA, 1F and 6F. RGB value is (202,31,111). Sum of RGB (Red+Green+Blue) = 202+31+111=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F6F is #35E090. Grayscale: #5B5B5B. Windows color (decimal): -3530897 or 7282634. OLE color: 7282634.

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

Color convert

RGB20231111-
CMYK00.850.450.21
HSL331.93º73.39%45.69%-
HSV(B)331.93º84.65%79.22%-
XYZ27.7214.6816.41-
YUV91.25139.15207-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 31 (12.5% from 255) = 9.01%
BLUE value IS 111 (43.75% from 255) = 32.27%
R=58.72%
G=9.01%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023111100.850.450.21331.9373.3945.69
HexCA1F6F0552D1514c492e
Octal312371570125552551411156
Binary1100101011111110111101010101101101101011010011001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1F6F; }

 p { color: rgb(202,31,111); }

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

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

 a { background-color: rgb(202,31,111); }

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

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

 span { border-color: rgb(202,31,111); }

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