Html Css Color HEX #C94684 Mulberry

📋 copy color: '#C94684'

red 201 ◦ green 70 ◦ blue 132

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

Shades of Mulberry #C94684

Tints of Mulberry #C94684

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.37%

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

R = 49.88%
G = 17.37%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C94684 (or 0xC94684) is known color: Mulberry. HEX triplet: C9, 46 and 84. RGB value is (201,70,132). Sum of RGB (Red+Green+Blue) = 201+70+132=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C94684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94684 is #36B97B. Grayscale: #747474. Windows color (decimal): -3586428 or 8668873. OLE color: 8668873.

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

Color convert

RGB 201 70 132 -
CMYK 0 0.65 0.34 0.21
HSL 331.6º 0.55% 0.53% -
HSV(B) 331.6º 0.65% 0.79% -
XYZ 30.44 18.46 23.79 -
YUV 116.24 136.9 188.46 -
System Red Green Blue C M Y K H S L
Decimal 201 70 132 0 0.65 0.34 0.21 331.6 0.55 0.53
Hex C9 46 84 0 41 22 15 14C 37 35
Octal 311 106 204 0 101 42 25 514 67 65
Binary 11001001 1000110 10000100 0 1000001 100010 10101 101001100 110111 110101

Color Harmonies of #C94684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94684

Black with #C94684

Text Example


Text Example

White with #C94684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94684; }

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

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

background-color css

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

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

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

border-color css

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

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

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