Html Css Color HEX #C53AA4 Mulberry

📋 copy color: '#C53AA4'

red 197 ◦ green 58 ◦ blue 164

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

Shades of Mulberry #C53AA4

Tints of Mulberry #C53AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.14%

R = 47.02%
G = 13.84%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C53AA4 (or 0xC53AA4) is known color: Mulberry. HEX triplet: C5, 3A and A4. RGB value is (197,58,164). Sum of RGB (Red+Green+Blue) = 197+58+164=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53AA4 is #3AC55B. Grayscale: #6F6F6F. Windows color (decimal): -3851612 or 10762949. OLE color: 10762949.

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

Color convert

RGB 197 58 164 -
CMYK 0 0.71 0.17 0.23
HSL 314.24º 0.55% 0.5% -
HSV(B) 314.24º 0.71% 0.77% -
XYZ 31.24 17.58 36.87 -
YUV 111.65 157.55 188.88 -
System Red Green Blue C M Y K H S L
Decimal 197 58 164 0 0.71 0.17 0.23 314.24 0.55 0.5
Hex C5 3A A4 0 47 11 17 13A 37 32
Octal 305 72 244 0 107 21 27 472 67 62
Binary 11000101 111010 10100100 0 1000111 10001 10111 100111010 110111 110010

Color Harmonies of #C53AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AA4

Black with #C53AA4

Text Example


Text Example

White with #C53AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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