Html Css Color HEX #C94484 Mulberry

📋 copy color: '#C94484'

red 201 ◦ green 68 ◦ blue 132

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

Shades of Mulberry #C94484

Tints of Mulberry #C94484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

 BLUE value IS 132 (51.95% from 255) = 32.92%

R = 50.12%
G = 16.96%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C94484 (or 0xC94484) is known color: Mulberry. HEX triplet: C9, 44 and 84. RGB value is (201,68,132). Sum of RGB (Red+Green+Blue) = 201+68+132=401 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50.12% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 201 - color contains mainly: red. Hex color #C94484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94484 is #36BB7B. Grayscale: #727272. Windows color (decimal): -3586940 or 8668361. OLE color: 8668361.

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

Color convert

RGB 201 68 132 -
CMYK 0 0.66 0.34 0.21
HSL 331.13º 0.55% 0.53% -
HSV(B) 331.13º 0.66% 0.79% -
XYZ 30.32 18.22 23.75 -
YUV 115.06 137.56 189.3 -
System Red Green Blue C M Y K H S L
Decimal 201 68 132 0 0.66 0.34 0.21 331.13 0.55 0.53
Hex C9 44 84 0 42 22 15 14B 37 35
Octal 311 104 204 0 102 42 25 513 67 65
Binary 11001001 1000100 10000100 0 1000010 100010 10101 101001011 110111 110101

Color Harmonies of #C94484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94484

Black with #C94484

Text Example


Text Example

White with #C94484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94484; }

 p { color: rgb(201,68,132); }

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

background-color css

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

 a { background-color: rgb(201,68,132); }

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

border-color css

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

 span { border-color: rgb(201,68,132); }

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