Html Css Color HEX #C053A5 Mulberry

📋 copy color: '#C053A5'

red 192 ◦ green 83 ◦ blue 165

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

Shades of Mulberry #C053A5

Tints of Mulberry #C053A5

RGB

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

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

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

R = 43.64%
G = 18.86%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C053A5 (or 0xC053A5) is known color: Mulberry. HEX triplet: C0, 53 and A5. RGB value is (192,83,165). Sum of RGB (Red+Green+Blue) = 192+83+165=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C053A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C053A5 is #3FAC5A. Grayscale: #7C7C7C. Windows color (decimal): -4172891 or 10834880. OLE color: 10834880.

HSL color Cylindrical-coordinate representation of color #C053A5: hue angle of 314.86º 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 #C053A5 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 165 -
CMYK 0 0.57 0.14 0.25
HSL 314.86º 0.46% 0.54% -
HSV(B) 314.86º 0.57% 0.75% -
XYZ 31.62 20.11 37.81 -
YUV 124.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 192 83 165 0 0.57 0.14 0.25 314.86 0.46 0.54
Hex C0 53 A5 0 39 E 19 13B 2E 36
Octal 300 123 245 0 71 16 31 473 56 66
Binary 11000000 1010011 10100101 0 111001 1110 11001 100111011 101110 110110

Color Harmonies of #C053A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C053A5

Black with #C053A5

Text Example


Text Example

White with #C053A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C053A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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