Html Css Color HEX #C94582 Mulberry

📋 copy color: '#C94582'

red 201 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #C94582

Tints of Mulberry #C94582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.25%

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

R = 50.25%
G = 17.25%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#C94582 (or 0xC94582) is known color: Mulberry. HEX triplet: C9, 45 and 82. RGB value is (201,69,130). Sum of RGB (Red+Green+Blue) = 201+69+130=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C94582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94582 is #36BA7D. Grayscale: #737373. Windows color (decimal): -3586686 or 8537545. OLE color: 8537545.

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

Color convert

RGB 201 69 130 -
CMYK 0 0.66 0.35 0.21
HSL 332.27º 0.55% 0.53% -
HSV(B) 332.27º 0.66% 0.79% -
XYZ 30.24 18.29 23.05 -
YUV 115.42 136.23 189.04 -
System Red Green Blue C M Y K H S L
Decimal 201 69 130 0 0.66 0.35 0.21 332.27 0.55 0.53
Hex C9 45 82 0 42 23 15 14C 37 35
Octal 311 105 202 0 102 43 25 514 67 65
Binary 11001001 1000101 10000010 0 1000010 100011 10101 101001100 110111 110101

Color Harmonies of #C94582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94582

Black with #C94582

Text Example


Text Example

White with #C94582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94582; }

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

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

background-color css

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

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

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

border-color css

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

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

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