Html Css Color HEX #C94B7F Mulberry

📋 copy color: '#C94B7F'

red 201 ◦ green 75 ◦ blue 127

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

Shades of Mulberry #C94B7F

Tints of Mulberry #C94B7F

RGB

 RED value IS 201 (78.91% from 255) = 49.88%

 GREEN value IS 75 (29.69% from 255) = 18.61%

 BLUE value IS 127 (50% from 255) = 31.51%

R = 49.88%
G = 18.61%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#C94B7F (or 0xC94B7F) is known color: Mulberry. HEX triplet: C9, 4B and 7F. RGB value is (201,75,127). Sum of RGB (Red+Green+Blue) = 201+75+127=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94B7F is #36B480. Grayscale: #767676. Windows color (decimal): -3585153 or 8342473. OLE color: 8342473.

HSL color Cylindrical-coordinate representation of color #C94B7F: hue angle of 335.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C94B7F is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 75 127 -
CMYK 0 0.63 0.37 0.21
HSL 335.24º 0.54% 0.54% -
HSV(B) 335.24º 0.63% 0.79% -
XYZ 30.43 18.98 22.14 -
YUV 118.6 132.74 186.77 -
System Red Green Blue C M Y K H S L
Decimal 201 75 127 0 0.63 0.37 0.21 335.24 0.54 0.54
Hex C9 4B 7F 0 3F 25 15 14F 36 36
Octal 311 113 177 0 77 45 25 517 66 66
Binary 11001001 1001011 1111111 0 111111 100101 10101 101001111 110110 110110

Color Harmonies of #C94B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B7F

Black with #C94B7F

Text Example


Text Example

White with #C94B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B7F; }

 p { color: rgb(201,75,127); }

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

background-color css

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

 a { background-color: rgb(201,75,127); }

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

border-color css

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

 span { border-color: rgb(201,75,127); }

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