Html Css Color HEX #C058A1 Mulberry

📋 copy color: '#C058A1'

red 192 ◦ green 88 ◦ blue 161

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

Shades of Mulberry #C058A1

Tints of Mulberry #C058A1

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.95%

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

R = 43.54%
G = 19.95%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#C058A1 (or 0xC058A1) is known color: Mulberry. HEX triplet: C0, 58 and A1. RGB value is (192,88,161). Sum of RGB (Red+Green+Blue) = 192+88+161=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 88 (34.77% from 255 or 19.95% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C058A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C058A1 is #3FA75E. Grayscale: #7F7F7F. Windows color (decimal): -4171615 or 10574016. OLE color: 10574016.

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

Color convert

RGB 192 88 161 -
CMYK 0 0.54 0.16 0.25
HSL 317.88º 0.45% 0.55% -
HSV(B) 317.88º 0.54% 0.75% -
XYZ 31.66 20.76 36.06 -
YUV 127.42 146.96 174.06 -
System Red Green Blue C M Y K H S L
Decimal 192 88 161 0 0.54 0.16 0.25 317.88 0.45 0.55
Hex C0 58 A1 0 36 10 19 13E 2D 37
Octal 300 130 241 0 66 20 31 476 55 67
Binary 11000000 1011000 10100001 0 110110 10000 11001 100111110 101101 110111

Color Harmonies of #C058A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058A1

Black with #C058A1

Text Example


Text Example

White with #C058A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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