Html Css Color HEX #C94090 Mulberry

📋 copy color: '#C94090'

red 201 ◦ green 64 ◦ blue 144

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

Shades of Mulberry #C94090

Tints of Mulberry #C94090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.65%

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 49.14%
G = 15.65%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C94090 (or 0xC94090) is known color: Mulberry. HEX triplet: C9, 40 and 90. RGB value is (201,64,144). Sum of RGB (Red+Green+Blue) = 201+64+144=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C94090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94090 is #36BF6F. Grayscale: #717171. Windows color (decimal): -3587952 or 9453769. OLE color: 9453769.

HSL color Cylindrical-coordinate representation of color #C94090: hue angle of 324.96º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94090 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 144 -
CMYK 0 0.68 0.28 0.21
HSL 324.96º 0.56% 0.52% -
HSV(B) 324.96º 0.68% 0.79% -
XYZ 30.95 18.1 28.25 -
YUV 114.08 144.89 190 -
System Red Green Blue C M Y K H S L
Decimal 201 64 144 0 0.68 0.28 0.21 324.96 0.56 0.52
Hex C9 40 90 0 44 1C 15 145 38 34
Octal 311 100 220 0 104 34 25 505 70 64
Binary 11001001 1000000 10010000 0 1000100 11100 10101 101000101 111000 110100

Color Harmonies of #C94090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94090

Black with #C94090

Text Example


Text Example

White with #C94090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94090; }

 p { color: rgb(201,64,144); }

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

background-color css

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

 a { background-color: rgb(201,64,144); }

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

border-color css

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

 span { border-color: rgb(201,64,144); }

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