Html Css Color HEX #C53DA5 Mulberry

📋 copy color: '#C53DA5'

red 197 ◦ green 61 ◦ blue 165

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

Shades of Mulberry #C53DA5

Tints of Mulberry #C53DA5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

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

R = 46.57%
G = 14.42%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C53DA5 (or 0xC53DA5) is known color: Mulberry. HEX triplet: C5, 3D and A5. RGB value is (197,61,165). Sum of RGB (Red+Green+Blue) = 197+61+165=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53DA5 is #3AC25A. Grayscale: #717171. Windows color (decimal): -3850843 or 10829253. OLE color: 10829253.

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

Color convert

RGB 197 61 165 -
CMYK 0 0.69 0.16 0.23
HSL 314.12º 0.54% 0.51% -
HSV(B) 314.12º 0.69% 0.77% -
XYZ 31.49 17.92 37.4 -
YUV 113.52 157.06 187.54 -
System Red Green Blue C M Y K H S L
Decimal 197 61 165 0 0.69 0.16 0.23 314.12 0.54 0.51
Hex C5 3D A5 0 45 10 17 13A 36 33
Octal 305 75 245 0 105 20 27 472 66 63
Binary 11000101 111101 10100101 0 1000101 10000 10111 100111010 110110 110011

Color Harmonies of #C53DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DA5

Black with #C53DA5

Text Example


Text Example

White with #C53DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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