Html Css Color HEX #C94B98 Mulberry

📋 copy color: '#C94B98'

red 201 ◦ green 75 ◦ blue 152

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

Shades of Mulberry #C94B98

Tints of Mulberry #C94B98

RGB

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

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

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

R = 46.96%
G = 17.52%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C94B98 (or 0xC94B98) is known color: Mulberry. HEX triplet: C9, 4B and 98. RGB value is (201,75,152). Sum of RGB (Red+Green+Blue) = 201+75+152=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94B98 is #36B467. Grayscale: #797979. Windows color (decimal): -3585128 or 9980873. OLE color: 9980873.

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

Color convert

RGB 201 75 152 -
CMYK 0 0.63 0.24 0.21
HSL 323.33º 0.54% 0.54% -
HSV(B) 323.33º 0.63% 0.79% -
XYZ 32.27 19.72 31.81 -
YUV 121.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 201 75 152 0 0.63 0.24 0.21 323.33 0.54 0.54
Hex C9 4B 98 0 3F 18 15 143 36 36
Octal 311 113 230 0 77 30 25 503 66 66
Binary 11001001 1001011 10011000 0 111111 11000 10101 101000011 110110 110110

Color Harmonies of #C94B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94B98

Black with #C94B98

Text Example


Text Example

White with #C94B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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