#CA3F7A

Color #CA3F7A Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #CA3F7A

Tints of Mulberry #CA3F7A

Color information

#CA3F7A (or 0xCA3F7A) is unknown color: approx Mulberry. HEX triplet: CA, 3F and 7A. RGB value is (202,63,122). Sum of RGB (Red+Green+Blue) = 202+63+122=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3F7A is #35C085. Grayscale: #6F6F6F. Windows color (decimal): -3522694 or 8011722. OLE color: 8011722.

HSL color Cylindrical-coordinate representation of color #CA3F7A: hue angle of 334.53º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3F7A is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB20263122-
CMYK00.690.400.21
HSL334.53º56.73%51.96%-
HSV(B)334.53º68.81%79.22%-
XYZ29.6517.5220.23-
YUV111.29134.05192.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.20%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=52.20%
G=16.28%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026312200.690.400.21334.5356.7351.96
HexCA3F7A045281514f3934
Octal31277172010550255177164
Binary1100101011111111110100100010110100010101101001111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F7A; }

 p { color: rgb(202,63,122); }

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

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

 a { background-color: rgb(202,63,122); }

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

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

 span { border-color: rgb(202,63,122); }

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