Html Css Color HEX #C94D98 Mulberry

📋 copy color: '#C94D98'

red 201 ◦ green 77 ◦ blue 152

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

Shades of Mulberry #C94D98

Tints of Mulberry #C94D98

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

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

R = 46.74%
G = 17.91%
B = 35.35%

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

#C94D98 (or 0xC94D98) is known color: Mulberry. HEX triplet: C9, 4D and 98. RGB value is (201,77,152). Sum of RGB (Red+Green+Blue) = 201+77+152=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94D98 is #36B267. Grayscale: #7A7A7A. Windows color (decimal): -3584616 or 9981385. OLE color: 9981385.

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

Color convert

RGB 201 77 152 -
CMYK 0 0.62 0.24 0.21
HSL 323.71º 0.53% 0.55% -
HSV(B) 323.71º 0.62% 0.79% -
XYZ 32.41 19.99 31.86 -
YUV 122.63 144.58 183.9 -
System Red Green Blue C M Y K H S L
Decimal 201 77 152 0 0.62 0.24 0.21 323.71 0.53 0.55
Hex C9 4D 98 0 3E 18 15 144 35 37
Octal 311 115 230 0 76 30 25 504 65 67
Binary 11001001 1001101 10011000 0 111110 11000 10101 101000100 110101 110111

Color Harmonies of #C94D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D98

Black with #C94D98

Text Example


Text Example

White with #C94D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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