Html Css Color HEX #CA3BA1 Mulberry

📋 copy color: '#CA3BA1'

red 202 ◦ green 59 ◦ blue 161

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

Shades of Mulberry #CA3BA1

Tints of Mulberry #CA3BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.98%

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

R = 47.87%
G = 13.98%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA3BA1 (or 0xCA3BA1) is known color: Mulberry. HEX triplet: CA, 3B and A1. RGB value is (202,59,161). Sum of RGB (Red+Green+Blue) = 202+59+161=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3BA1 is #35C45E. Grayscale: #717171. Windows color (decimal): -3523679 or 10566602. OLE color: 10566602.

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

Color convert

RGB 202 59 161 -
CMYK 0 0.71 0.20 0.21
HSL 317.2º 0.57% 0.51% -
HSV(B) 317.2º 0.71% 0.79% -
XYZ 32.35 18.26 35.54 -
YUV 113.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 202 59 161 0 0.71 0.20 0.21 317.2 0.57 0.51
Hex CA 3B A1 0 47 14 15 13D 39 33
Octal 312 73 241 0 107 24 25 475 71 63
Binary 11001010 111011 10100001 0 1000111 10100 10101 100111101 111001 110011

Color Harmonies of #CA3BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3BA1

Black with #CA3BA1

Text Example


Text Example

White with #CA3BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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