Html Css Color HEX #C94C9E Mulberry

📋 copy color: '#C94C9E'

red 201 ◦ green 76 ◦ blue 158

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

Shades of Mulberry #C94C9E

Tints of Mulberry #C94C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.47%

 BLUE value IS 158 (62.11% from 255) = 36.32%

R = 46.21%
G = 17.47%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C94C9E (or 0xC94C9E) is known color: Mulberry. HEX triplet: C9, 4C and 9E. RGB value is (201,76,158). Sum of RGB (Red+Green+Blue) = 201+76+158=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94C9E is #36B361. Grayscale: #7A7A7A. Windows color (decimal): -3584866 or 10374345. OLE color: 10374345.

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

Color convert

RGB 201 76 158 -
CMYK 0 0.62 0.21 0.21
HSL 320.64º 0.54% 0.54% -
HSV(B) 320.64º 0.62% 0.79% -
XYZ 32.84 20.06 34.49 -
YUV 122.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 201 76 158 0 0.62 0.21 0.21 320.64 0.54 0.54
Hex C9 4C 9E 0 3E 15 15 141 36 36
Octal 311 114 236 0 76 25 25 501 66 66
Binary 11001001 1001100 10011110 0 111110 10101 10101 101000001 110110 110110

Color Harmonies of #C94C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94C9E

Black with #C94C9E

Text Example


Text Example

White with #C94C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94C9E; }

 p { color: rgb(201,76,158); }

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

background-color css

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

 a { background-color: rgb(201,76,158); }

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

border-color css

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

 span { border-color: rgb(201,76,158); }

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