Html Css Color HEX #C94C9F Mulberry

📋 copy color: '#C94C9F'

red 201 ◦ green 76 ◦ blue 159

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

Shades of Mulberry #C94C9F

Tints of Mulberry #C94C9F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.43%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 46.1%
G = 17.43%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C94C9F (or 0xC94C9F) is known color: Mulberry. HEX triplet: C9, 4C and 9F. RGB value is (201,76,159). Sum of RGB (Red+Green+Blue) = 201+76+159=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94C9F is #36B360. Grayscale: #7A7A7A. Windows color (decimal): -3584865 or 10439881. OLE color: 10439881.

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

Color convert

RGB 201 76 159 -
CMYK 0 0.62 0.21 0.21
HSL 320.16º 0.54% 0.54% -
HSV(B) 320.16º 0.62% 0.79% -
XYZ 32.93 20.09 34.94 -
YUV 122.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 201 76 159 0 0.62 0.21 0.21 320.16 0.54 0.54
Hex C9 4C 9F 0 3E 15 15 140 36 36
Octal 311 114 237 0 76 25 25 500 66 66
Binary 11001001 1001100 10011111 0 111110 10101 10101 101000000 110110 110110

Color Harmonies of #C94C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C9F

Black with #C94C9F

Text Example


Text Example

White with #C94C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C9F; }

 p { color: rgb(201,76,159); }

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

background-color css

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

 a { background-color: rgb(201,76,159); }

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

border-color css

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

 span { border-color: rgb(201,76,159); }

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