Html Css Color HEX #C755A1 Mulberry

📋 copy color: '#C755A1'

red 199 ◦ green 85 ◦ blue 161

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

Shades of Mulberry #C755A1

Tints of Mulberry #C755A1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.1%

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

R = 44.72%
G = 19.1%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C755A1 (or 0xC755A1) is known color: Mulberry. HEX triplet: C7, 55 and A1. RGB value is (199,85,161). Sum of RGB (Red+Green+Blue) = 199+85+161=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C755A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755A1 is #38AA5E. Grayscale: #7F7F7F. Windows color (decimal): -3713631 or 10573255. OLE color: 10573255.

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

Color convert

RGB 199 85 161 -
CMYK 0 0.57 0.19 0.22
HSL 320º 0.5% 0.56% -
HSV(B) 320º 0.57% 0.78% -
XYZ 33.23 21.21 36.06 -
YUV 127.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 199 85 161 0 0.57 0.19 0.22 320 0.5 0.56
Hex C7 55 A1 0 39 13 16 140 32 38
Octal 307 125 241 0 71 23 26 500 62 70
Binary 11000111 1010101 10100001 0 111001 10011 10110 101000000 110010 111000

Color Harmonies of #C755A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C755A1

Black with #C755A1

Text Example


Text Example

White with #C755A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C755A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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