#CA2C7F

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

Shades of Medium Red Violet #CA2C7F

Tints of Medium Red Violet #CA2C7F

Color information

#CA2C7F (or 0xCA2C7F) is unknown color: approx Medium Red Violet. HEX triplet: CA, 2C and 7F. RGB value is (202,44,127). Sum of RGB (Red+Green+Blue) = 202+44+127=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 44 (17.58% from 255 or 11.80% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA2C7F is #35D380. Grayscale: #646464. Windows color (decimal): -3527553 or 8334538. OLE color: 8334538.

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

Color convert

RGB20244127-
CMYK00.780.370.21
HSL328.48º64.23%48.24%-
HSV(B)328.48º78.22%79.22%-
XYZ29.0915.8921.61-
YUV100.7142.85200.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 44 (17.58% from 255) = 11.80%
BLUE value IS 127 (50% from 255) = 34.05%
R=54.16%
G=11.80%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024412700.780.370.21328.4864.2348.24
HexCA2C7F04E25151484030
Octal312541770116452551010060
Binary11001010101100111111101001110100101101011010010001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2C7F; }

 p { color: rgb(202,44,127); }

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

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

 a { background-color: rgb(202,44,127); }

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

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

 span { border-color: rgb(202,44,127); }

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