Html Css Color HEX #CA54A1 Mulberry

📋 copy color: '#CA54A1'

red 202 ◦ green 84 ◦ blue 161

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

Shades of Mulberry #CA54A1

Tints of Mulberry #CA54A1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.79%

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

R = 45.19%
G = 18.79%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA54A1 (or 0xCA54A1) is known color: Mulberry. HEX triplet: CA, 54 and A1. RGB value is (202,84,161). Sum of RGB (Red+Green+Blue) = 202+84+161=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA54A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA54A1 is #35AB5E. Grayscale: #7F7F7F. Windows color (decimal): -3517279 or 10573002. OLE color: 10573002.

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

Color convert

RGB 202 84 161 -
CMYK 0 0.58 0.20 0.21
HSL 320.85º 0.53% 0.56% -
HSV(B) 320.85º 0.58% 0.79% -
XYZ 33.96 21.47 36.07 -
YUV 128.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 202 84 161 0 0.58 0.20 0.21 320.85 0.53 0.56
Hex CA 54 A1 0 3A 14 15 141 35 38
Octal 312 124 241 0 72 24 25 501 65 70
Binary 11001010 1010100 10100001 0 111010 10100 10101 101000001 110101 111000

Color Harmonies of #CA54A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA54A1

Black with #CA54A1

Text Example


Text Example

White with #CA54A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA54A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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