Html Css Color HEX #C758A1 Mulberry

📋 copy color: '#C758A1'

red 199 ◦ green 88 ◦ blue 161

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

Shades of Mulberry #C758A1

Tints of Mulberry #C758A1

RGB

 RED value IS 199 (78.13% from 255) = 44.42%

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

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

R = 44.42%
G = 19.64%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C758A1 (or 0xC758A1) is known color: Mulberry. HEX triplet: C7, 58 and A1. RGB value is (199,88,161). Sum of RGB (Red+Green+Blue) = 199+88+161=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 161 (63.28% from 255 or 35.94% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C758A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758A1 is #38A75E. Grayscale: #818181. Windows color (decimal): -3712863 or 10574023. OLE color: 10574023.

HSL color Cylindrical-coordinate representation of color #C758A1: hue angle of 320.54º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C758A1 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 88 161 -
CMYK 0 0.56 0.19 0.22
HSL 320.54º 0.5% 0.56% -
HSV(B) 320.54º 0.56% 0.78% -
XYZ 33.48 21.69 36.14 -
YUV 129.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 199 88 161 0 0.56 0.19 0.22 320.54 0.5 0.56
Hex C7 58 A1 0 38 13 16 141 32 38
Octal 307 130 241 0 70 23 26 501 62 70
Binary 11000111 1011000 10100001 0 111000 10011 10110 101000001 110010 111000

Color Harmonies of #C758A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C758A1

Black with #C758A1

Text Example


Text Example

White with #C758A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C758A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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