Html Css Color HEX #C053A1 Mulberry

📋 copy color: '#C053A1'

red 192 ◦ green 83 ◦ blue 161

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

Shades of Mulberry #C053A1

Tints of Mulberry #C053A1

RGB

 RED value IS 192 (75.39% from 255) = 44.04%

 GREEN value IS 83 (32.81% from 255) = 19.04%

 BLUE value IS 161 (63.28% from 255) = 36.93%

R = 44.04%
G = 19.04%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C053A1 (or 0xC053A1) is known color: Mulberry. HEX triplet: C0, 53 and A1. RGB value is (192,83,161). Sum of RGB (Red+Green+Blue) = 192+83+161=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C053A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053A1 is #3FAC5E. Grayscale: #7C7C7C. Windows color (decimal): -4172895 or 10572736. OLE color: 10572736.

HSL color Cylindrical-coordinate representation of color #C053A1: hue angle of 317.06º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C053A1 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 161 -
CMYK 0 0.57 0.16 0.25
HSL 317.06º 0.46% 0.54% -
HSV(B) 317.06º 0.57% 0.75% -
XYZ 31.26 19.97 35.92 -
YUV 124.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 192 83 161 0 0.57 0.16 0.25 317.06 0.46 0.54
Hex C0 53 A1 0 39 10 19 13D 2E 36
Octal 300 123 241 0 71 20 31 475 56 66
Binary 11000000 1010011 10100001 0 111001 10000 11001 100111101 101110 110110

Color Harmonies of #C053A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053A1

Black with #C053A1

Text Example


Text Example

White with #C053A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053A1; }

 p { color: rgb(192,83,161); }

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

background-color css

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

 a { background-color: rgb(192,83,161); }

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

border-color css

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

 span { border-color: rgb(192,83,161); }

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