Html Css Color HEX #CA59A1 Mulberry

📋 copy color: '#CA59A1'

red 202 ◦ green 89 ◦ blue 161

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

Shades of Mulberry #CA59A1

Tints of Mulberry #CA59A1

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.69%

 BLUE value IS 161 (63.28% from 255) = 35.62%

R = 44.69%
G = 19.69%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA59A1 (or 0xCA59A1) is known color: Mulberry. HEX triplet: CA, 59 and A1. RGB value is (202,89,161). Sum of RGB (Red+Green+Blue) = 202+89+161=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA59A1 is #35A65E. Grayscale: #828282. Windows color (decimal): -3515999 or 10574282. OLE color: 10574282.

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

Color convert

RGB 202 89 161 -
CMYK 0 0.56 0.20 0.21
HSL 321.77º 0.52% 0.57% -
HSV(B) 321.77º 0.56% 0.79% -
XYZ 34.36 22.27 36.21 -
YUV 131 144.94 178.65 -
System Red Green Blue C M Y K H S L
Decimal 202 89 161 0 0.56 0.20 0.21 321.77 0.52 0.57
Hex CA 59 A1 0 38 14 15 142 34 39
Octal 312 131 241 0 70 24 25 502 64 71
Binary 11001010 1011001 10100001 0 111000 10100 10101 101000010 110100 111001

Color Harmonies of #CA59A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA59A1

Black with #CA59A1

Text Example


Text Example

White with #CA59A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA59A1; }

 p { color: rgb(202,89,161); }

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

background-color css

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

 a { background-color: rgb(202,89,161); }

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

border-color css

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

 span { border-color: rgb(202,89,161); }

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