Html Css Color HEX #C53BA1 Mulberry

📋 copy color: '#C53BA1'

red 197 ◦ green 59 ◦ blue 161

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

Shades of Mulberry #C53BA1

Tints of Mulberry #C53BA1

RGB

 RED value IS 197 (77.34% from 255) = 47.24%

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

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

R = 47.24%
G = 14.15%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C53BA1 (or 0xC53BA1) is known color: Mulberry. HEX triplet: C5, 3B and A1. RGB value is (197,59,161). Sum of RGB (Red+Green+Blue) = 197+59+161=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53BA1 is #3AC45E. Grayscale: #6F6F6F. Windows color (decimal): -3851359 or 10566597. OLE color: 10566597.

HSL color Cylindrical-coordinate representation of color #C53BA1: hue angle of 315.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53BA1 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 59 161 -
CMYK 0 0.70 0.18 0.23
HSL 315.65º 0.54% 0.5% -
HSV(B) 315.65º 0.7% 0.77% -
XYZ 31.02 17.57 35.47 -
YUV 111.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 197 59 161 0 0.70 0.18 0.23 315.65 0.54 0.5
Hex C5 3B A1 0 46 12 17 13C 36 32
Octal 305 73 241 0 106 22 27 474 66 62
Binary 11000101 111011 10100001 0 1000110 10010 10111 100111100 110110 110010

Color Harmonies of #C53BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BA1

Black with #C53BA1

Text Example


Text Example

White with #C53BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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