Html Css Color HEX #CA4DA9 Mulberry

📋 copy color: '#CA4DA9'

red 202 ◦ green 77 ◦ blue 169

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

Shades of Mulberry #CA4DA9

Tints of Mulberry #CA4DA9

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.19%

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

R = 45.09%
G = 17.19%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA4DA9 (or 0xCA4DA9) is known color: Mulberry. HEX triplet: CA, 4D and A9. RGB value is (202,77,169). Sum of RGB (Red+Green+Blue) = 202+77+169=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DA9 is #35B256. Grayscale: #7C7C7C. Windows color (decimal): -3519063 or 11095498. OLE color: 11095498.

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

Color convert

RGB 202 77 169 -
CMYK 0 0.62 0.16 0.21
HSL 315.84º 0.54% 0.55% -
HSV(B) 315.84º 0.62% 0.79% -
XYZ 34.17 20.73 39.74 -
YUV 124.86 152.91 183.02 -
System Red Green Blue C M Y K H S L
Decimal 202 77 169 0 0.62 0.16 0.21 315.84 0.54 0.55
Hex CA 4D A9 0 3E 10 15 13C 36 37
Octal 312 115 251 0 76 20 25 474 66 67
Binary 11001010 1001101 10101001 0 111110 10000 10101 100111100 110110 110111

Color Harmonies of #CA4DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DA9

Black with #CA4DA9

Text Example


Text Example

White with #CA4DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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