Html Css Color HEX #C75994 Mulberry

📋 copy color: '#C75994'

red 199 ◦ green 89 ◦ blue 148

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

Shades of Mulberry #C75994

Tints of Mulberry #C75994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.41%

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

R = 45.64%
G = 20.41%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C75994 (or 0xC75994) is known color: Mulberry. HEX triplet: C7, 59 and 94. RGB value is (199,89,148). Sum of RGB (Red+Green+Blue) = 199+89+148=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 89 (35.16% from 255 or 20.41% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C75994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75994 is #38A66B. Grayscale: #808080. Windows color (decimal): -3712620 or 9722311. OLE color: 9722311.

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

Color convert

RGB 199 89 148 -
CMYK 0 0.55 0.26 0.22
HSL 327.82º 0.5% 0.56% -
HSV(B) 327.82º 0.55% 0.78% -
XYZ 32.47 21.42 30.44 -
YUV 128.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 199 89 148 0 0.55 0.26 0.22 327.82 0.5 0.56
Hex C7 59 94 0 37 1A 16 148 32 38
Octal 307 131 224 0 67 32 26 510 62 70
Binary 11000111 1011001 10010100 0 110111 11010 10110 101001000 110010 111000

Color Harmonies of #C75994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75994

Black with #C75994

Text Example


Text Example

White with #C75994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75994; }

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

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

background-color css

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

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

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

border-color css

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

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

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