Html Css Color HEX #C94C98 Mulberry

📋 copy color: '#C94C98'

red 201 ◦ green 76 ◦ blue 152

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

Shades of Mulberry #C94C98

Tints of Mulberry #C94C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 46.85%
G = 17.72%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C94C98 (or 0xC94C98) is known color: Mulberry. HEX triplet: C9, 4C and 98. RGB value is (201,76,152). Sum of RGB (Red+Green+Blue) = 201+76+152=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94C98 is #36B367. Grayscale: #797979. Windows color (decimal): -3584872 or 9981129. OLE color: 9981129.

HSL color Cylindrical-coordinate representation of color #C94C98: hue angle of 323.52º 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 #C94C98 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 76 152 -
CMYK 0 0.62 0.24 0.21
HSL 323.52º 0.54% 0.54% -
HSV(B) 323.52º 0.62% 0.79% -
XYZ 32.34 19.85 31.83 -
YUV 122.04 144.91 184.32 -
System Red Green Blue C M Y K H S L
Decimal 201 76 152 0 0.62 0.24 0.21 323.52 0.54 0.54
Hex C9 4C 98 0 3E 18 15 144 36 36
Octal 311 114 230 0 76 30 25 504 66 66
Binary 11001001 1001100 10011000 0 111110 11000 10101 101000100 110110 110110

Color Harmonies of #C94C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C98

Black with #C94C98

Text Example


Text Example

White with #C94C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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