Html Css Color HEX #C94285 Mulberry

📋 copy color: '#C94285'

red 201 ◦ green 66 ◦ blue 133

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

Shades of Mulberry #C94285

Tints of Mulberry #C94285

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.5%

 BLUE value IS 133 (52.34% from 255) = 33.25%

R = 50.25%
G = 16.5%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#C94285 (or 0xC94285) is known color: Mulberry. HEX triplet: C9, 42 and 85. RGB value is (201,66,133). Sum of RGB (Red+Green+Blue) = 201+66+133=400 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 201 - color contains mainly: red. Hex color #C94285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94285 is #36BD7A. Grayscale: #717171. Windows color (decimal): -3587451 or 8733385. OLE color: 8733385.

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

Color convert

RGB 201 66 133 -
CMYK 0 0.67 0.34 0.21
HSL 330.22º 0.56% 0.52% -
HSV(B) 330.22º 0.67% 0.79% -
XYZ 30.27 18.01 24.07 -
YUV 114 138.73 190.05 -
System Red Green Blue C M Y K H S L
Decimal 201 66 133 0 0.67 0.34 0.21 330.22 0.56 0.52
Hex C9 42 85 0 43 22 15 14A 38 34
Octal 311 102 205 0 103 42 25 512 70 64
Binary 11001001 1000010 10000101 0 1000011 100010 10101 101001010 111000 110100

Color Harmonies of #C94285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94285

Black with #C94285

Text Example


Text Example

White with #C94285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94285; }

 p { color: rgb(201,66,133); }

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

background-color css

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

 a { background-color: rgb(201,66,133); }

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

border-color css

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

 span { border-color: rgb(201,66,133); }

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