Html Css Color HEX #C53AA5 Mulberry

📋 copy color: '#C53AA5'

red 197 ◦ green 58 ◦ blue 165

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

Shades of Mulberry #C53AA5

Tints of Mulberry #C53AA5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.81%

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 46.9%
G = 13.81%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C53AA5 (or 0xC53AA5) is known color: Mulberry. HEX triplet: C5, 3A and A5. RGB value is (197,58,165). Sum of RGB (Red+Green+Blue) = 197+58+165=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53AA5 is #3AC55A. Grayscale: #6F6F6F. Windows color (decimal): -3851611 or 10828485. OLE color: 10828485.

HSL color Cylindrical-coordinate representation of color #C53AA5: hue angle of 313.81º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53AA5 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 58 165 -
CMYK 0 0.71 0.16 0.23
HSL 313.81º 0.55% 0.5% -
HSV(B) 313.81º 0.71% 0.77% -
XYZ 31.33 17.61 37.35 -
YUV 111.76 158.05 188.8 -
System Red Green Blue C M Y K H S L
Decimal 197 58 165 0 0.71 0.16 0.23 313.81 0.55 0.5
Hex C5 3A A5 0 47 10 17 13A 37 32
Octal 305 72 245 0 107 20 27 472 67 62
Binary 11000101 111010 10100101 0 1000111 10000 10111 100111010 110111 110010

Color Harmonies of #C53AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AA5

Black with #C53AA5

Text Example


Text Example

White with #C53AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AA5; }

 p { color: rgb(197,58,165); }

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

background-color css

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

 a { background-color: rgb(197,58,165); }

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

border-color css

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

 span { border-color: rgb(197,58,165); }

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