Html Css Color HEX #C94882 Mulberry

📋 copy color: '#C94882'

red 201 ◦ green 72 ◦ blue 130

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

Shades of Mulberry #C94882

Tints of Mulberry #C94882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.87%

 BLUE value IS 130 (51.17% from 255) = 32.26%

R = 49.88%
G = 17.87%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C94882 (or 0xC94882) is known color: Mulberry. HEX triplet: C9, 48 and 82. RGB value is (201,72,130). Sum of RGB (Red+Green+Blue) = 201+72+130=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C94882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94882 is #36B77D. Grayscale: #757575. Windows color (decimal): -3585918 or 8538313. OLE color: 8538313.

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

Color convert

RGB 201 72 130 -
CMYK 0 0.64 0.35 0.21
HSL 333.02º 0.54% 0.54% -
HSV(B) 333.02º 0.64% 0.79% -
XYZ 30.43 18.66 23.12 -
YUV 117.18 135.24 187.78 -
System Red Green Blue C M Y K H S L
Decimal 201 72 130 0 0.64 0.35 0.21 333.02 0.54 0.54
Hex C9 48 82 0 40 23 15 14D 36 36
Octal 311 110 202 0 100 43 25 515 66 66
Binary 11001001 1001000 10000010 0 1000000 100011 10101 101001101 110110 110110

Color Harmonies of #C94882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94882

Black with #C94882

Text Example


Text Example

White with #C94882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94882; }

 p { color: rgb(201,72,130); }

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

background-color css

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

 a { background-color: rgb(201,72,130); }

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

border-color css

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

 span { border-color: rgb(201,72,130); }

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