Html Css Color HEX #CA4FA9 Mulberry

📋 copy color: '#CA4FA9'

red 202 ◦ green 79 ◦ blue 169

#CA4FA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #CA4FA9

Tints of Mulberry #CA4FA9

RGB

 RED value IS 202 (79.3% from 255) = 44.89%

 GREEN value IS 79 (31.25% from 255) = 17.56%

 BLUE value IS 169 (66.41% from 255) = 37.56%

R = 44.89%
G = 17.56%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA4FA9 (or 0xCA4FA9) is known color: Mulberry. HEX triplet: CA, 4F and A9. RGB value is (202,79,169). Sum of RGB (Red+Green+Blue) = 202+79+169=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4FA9 is #35B056. Grayscale: #7D7D7D. Windows color (decimal): -3518551 or 11096010. OLE color: 11096010.

HSL color Cylindrical-coordinate representation of color #CA4FA9: hue angle of 316.1º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4FA9 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 79 169 -
CMYK 0 0.61 0.16 0.21
HSL 316.1º 0.54% 0.55% -
HSV(B) 316.1º 0.61% 0.79% -
XYZ 34.31 21.01 39.78 -
YUV 126.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 202 79 169 0 0.61 0.16 0.21 316.1 0.54 0.55
Hex CA 4F A9 0 3D 10 15 13C 36 37
Octal 312 117 251 0 75 20 25 474 66 67
Binary 11001010 1001111 10101001 0 111101 10000 10101 100111100 110110 110111

Color Harmonies of #CA4FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4FA9

Black with #CA4FA9

Text Example


Text Example

White with #CA4FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4FA9; }

 p { color: rgb(202,79,169); }

 H1.HeaderClassName
 {
   color: #CA4FA9;
 }
 .AnyTagClassName
 {
   color: #CA4FA9;
 }
</style>

background-color css

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

 a { background-color: rgb(202,79,169); }

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

border-color css

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

 span { border-color: rgb(202,79,169); }

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