Html Css Color HEX #C53BA3 Mulberry

📋 copy color: '#C53BA3'

red 197 ◦ green 59 ◦ blue 163

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

Shades of Mulberry #C53BA3

Tints of Mulberry #C53BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38.9%

R = 47.02%
G = 14.08%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C53BA3 (or 0xC53BA3) is known color: Mulberry. HEX triplet: C5, 3B and A3. RGB value is (197,59,163). Sum of RGB (Red+Green+Blue) = 197+59+163=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 163 (64.06% from 255 or 38.90% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53BA3 is #3AC45C. Grayscale: #6F6F6F. Windows color (decimal): -3851357 or 10697669. OLE color: 10697669.

HSL color Cylindrical-coordinate representation of color #C53BA3: hue angle of 314.78º 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 #C53BA3 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 59 163 -
CMYK 0 0.70 0.17 0.23
HSL 314.78º 0.54% 0.5% -
HSV(B) 314.78º 0.7% 0.77% -
XYZ 31.2 17.64 36.41 -
YUV 112.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 197 59 163 0 0.70 0.17 0.23 314.78 0.54 0.5
Hex C5 3B A3 0 46 11 17 13B 36 32
Octal 305 73 243 0 106 21 27 473 66 62
Binary 11000101 111011 10100011 0 1000110 10001 10111 100111011 110110 110010

Color Harmonies of #C53BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BA3

Black with #C53BA3

Text Example


Text Example

White with #C53BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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