Html Css Color HEX #C53DA6 Mulberry

📋 copy color: '#C53DA6'

red 197 ◦ green 61 ◦ blue 166

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

Shades of Mulberry #C53DA6

Tints of Mulberry #C53DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.15%

R = 46.46%
G = 14.39%
B = 39.15%

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

#C53DA6 (or 0xC53DA6) is known color: Mulberry. HEX triplet: C5, 3D and A6. RGB value is (197,61,166). Sum of RGB (Red+Green+Blue) = 197+61+166=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 61 (24.22% from 255 or 14.39% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53DA6 is #3AC259. Grayscale: #717171. Windows color (decimal): -3850842 or 10894789. OLE color: 10894789.

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

Color convert

RGB 197 61 166 -
CMYK 0 0.69 0.16 0.23
HSL 313.68º 0.54% 0.51% -
HSV(B) 313.68º 0.69% 0.77% -
XYZ 31.58 17.96 37.88 -
YUV 113.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 197 61 166 0 0.69 0.16 0.23 313.68 0.54 0.51
Hex C5 3D A6 0 45 10 17 13A 36 33
Octal 305 75 246 0 105 20 27 472 66 63
Binary 11000101 111101 10100110 0 1000101 10000 10111 100111010 110110 110011

Color Harmonies of #C53DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DA6

Black with #C53DA6

Text Example


Text Example

White with #C53DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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