Html Css Color HEX #C94190 Mulberry

📋 copy color: '#C94190'

red 201 ◦ green 65 ◦ blue 144

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

Shades of Mulberry #C94190

Tints of Mulberry #C94190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.85%

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

R = 49.02%
G = 15.85%
B = 35.12%

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

#C94190 (or 0xC94190) is known color: Mulberry. HEX triplet: C9, 41 and 90. RGB value is (201,65,144). Sum of RGB (Red+Green+Blue) = 201+65+144=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C94190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94190 is #36BE6F. Grayscale: #727272. Windows color (decimal): -3587696 or 9454025. OLE color: 9454025.

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

Color convert

RGB 201 65 144 -
CMYK 0 0.68 0.28 0.21
HSL 325.15º 0.56% 0.52% -
HSV(B) 325.15º 0.68% 0.79% -
XYZ 31.01 18.21 28.27 -
YUV 114.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 201 65 144 0 0.68 0.28 0.21 325.15 0.56 0.52
Hex C9 41 90 0 44 1C 15 145 38 34
Octal 311 101 220 0 104 34 25 505 70 64
Binary 11001001 1000001 10010000 0 1000100 11100 10101 101000101 111000 110100

Color Harmonies of #C94190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94190

Black with #C94190

Text Example


Text Example

White with #C94190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94190; }

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

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

background-color css

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

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

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

border-color css

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

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

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