Html Css Color HEX #CA4BA1 Mulberry

📋 copy color: '#CA4BA1'

red 202 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #CA4BA1

Tints of Mulberry #CA4BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.12%

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

R = 46.12%
G = 17.12%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA4BA1 (or 0xCA4BA1) is known color: Mulberry. HEX triplet: CA, 4B and A1. RGB value is (202,75,161). Sum of RGB (Red+Green+Blue) = 202+75+161=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4BA1 is #35B45E. Grayscale: #7A7A7A. Windows color (decimal): -3519583 or 10570698. OLE color: 10570698.

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

Color convert

RGB 202 75 161 -
CMYK 0 0.63 0.20 0.21
HSL 319.37º 0.55% 0.54% -
HSV(B) 319.37º 0.63% 0.79% -
XYZ 33.31 20.16 35.85 -
YUV 122.78 149.58 184.51 -
System Red Green Blue C M Y K H S L
Decimal 202 75 161 0 0.63 0.20 0.21 319.37 0.55 0.54
Hex CA 4B A1 0 3F 14 15 13F 37 36
Octal 312 113 241 0 77 24 25 477 67 66
Binary 11001010 1001011 10100001 0 111111 10100 10101 100111111 110111 110110

Color Harmonies of #CA4BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BA1

Black with #CA4BA1

Text Example


Text Example

White with #CA4BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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