Html Css Color HEX #C75594 Mulberry

📋 copy color: '#C75594'

red 199 ◦ green 85 ◦ blue 148

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

Shades of Mulberry #C75594

Tints of Mulberry #C75594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.26%

R = 46.06%
G = 19.68%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C75594 (or 0xC75594) is known color: Mulberry. HEX triplet: C7, 55 and 94. RGB value is (199,85,148). Sum of RGB (Red+Green+Blue) = 199+85+148=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C75594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75594 is #38AA6B. Grayscale: #7E7E7E. Windows color (decimal): -3713644 or 9721287. OLE color: 9721287.

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

Color convert

RGB 199 85 148 -
CMYK 0 0.57 0.26 0.22
HSL 326.84º 0.5% 0.56% -
HSV(B) 326.84º 0.57% 0.78% -
XYZ 32.15 20.78 30.33 -
YUV 126.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 199 85 148 0 0.57 0.26 0.22 326.84 0.5 0.56
Hex C7 55 94 0 39 1A 16 147 32 38
Octal 307 125 224 0 71 32 26 507 62 70
Binary 11000111 1010101 10010100 0 111001 11010 10110 101000111 110010 111000

Color Harmonies of #C75594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75594

Black with #C75594

Text Example


Text Example

White with #C75594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75594; }

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

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

background-color css

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

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

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

border-color css

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

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

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