Html Css Color HEX #C048A1 Mulberry

📋 copy color: '#C048A1'

red 192 ◦ green 72 ◦ blue 161

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

Shades of Mulberry #C048A1

Tints of Mulberry #C048A1

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.94%

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

R = 45.18%
G = 16.94%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C048A1 (or 0xC048A1) is known color: Mulberry. HEX triplet: C0, 48 and A1. RGB value is (192,72,161). Sum of RGB (Red+Green+Blue) = 192+72+161=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 72 (28.52% from 255 or 16.94% from 425); Blue value is 161 (63.28% from 255 or 37.88% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C048A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C048A1 is #3FB75E. Grayscale: #757575. Windows color (decimal): -4175711 or 10569920. OLE color: 10569920.

HSL color Cylindrical-coordinate representation of color #C048A1: hue angle of 315.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C048A1 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 72 161 -
CMYK 0 0.63 0.16 0.25
HSL 315.5º 0.49% 0.52% -
HSV(B) 315.5º 0.63% 0.75% -
XYZ 30.49 18.41 35.67 -
YUV 118.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 192 72 161 0 0.63 0.16 0.25 315.5 0.49 0.52
Hex C0 48 A1 0 3F 10 19 13C 31 34
Octal 300 110 241 0 77 20 31 474 61 64
Binary 11000000 1001000 10100001 0 111111 10000 11001 100111100 110001 110100

Color Harmonies of #C048A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C048A1

Black with #C048A1

Text Example


Text Example

White with #C048A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C048A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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