Html Css Color HEX #C75C91 Mulberry

📋 copy color: '#C75C91'

red 199 ◦ green 92 ◦ blue 145

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

Shades of Mulberry #C75C91

Tints of Mulberry #C75C91

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 45.64%
G = 21.1%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C75C91 (or 0xC75C91) is known color: Mulberry. HEX triplet: C7, 5C and 91. RGB value is (199,92,145). Sum of RGB (Red+Green+Blue) = 199+92+145=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75C91 is #38A36E. Grayscale: #818181. Windows color (decimal): -3711855 or 9526471. OLE color: 9526471.

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

Color convert

RGB 199 92 145 -
CMYK 0 0.54 0.27 0.22
HSL 330.28º 0.49% 0.57% -
HSV(B) 330.28º 0.54% 0.78% -
XYZ 32.49 21.84 29.29 -
YUV 130.04 136.45 177.19 -
System Red Green Blue C M Y K H S L
Decimal 199 92 145 0 0.54 0.27 0.22 330.28 0.49 0.57
Hex C7 5C 91 0 36 1B 16 14A 31 39
Octal 307 134 221 0 66 33 26 512 61 71
Binary 11000111 1011100 10010001 0 110110 11011 10110 101001010 110001 111001

Color Harmonies of #C75C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C91

Black with #C75C91

Text Example


Text Example

White with #C75C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C91; }

 p { color: rgb(199,92,145); }

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

background-color css

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

 a { background-color: rgb(199,92,145); }

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

border-color css

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

 span { border-color: rgb(199,92,145); }

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