Html Css Color HEX #C94E8F Mulberry

📋 copy color: '#C94E8F'

red 201 ◦ green 78 ◦ blue 143

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

Shades of Mulberry #C94E8F

Tints of Mulberry #C94E8F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.48%

 BLUE value IS 143 (56.25% from 255) = 33.89%

R = 47.63%
G = 18.48%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#C94E8F (or 0xC94E8F) is known color: Mulberry. HEX triplet: C9, 4E and 8F. RGB value is (201,78,143). Sum of RGB (Red+Green+Blue) = 201+78+143=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C94E8F is #36B170. Grayscale: #7A7A7A. Windows color (decimal): -3584369 or 9391817. OLE color: 9391817.

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

Color convert

RGB 201 78 143 -
CMYK 0 0.61 0.29 0.21
HSL 328.29º 0.53% 0.55% -
HSV(B) 328.29º 0.61% 0.79% -
XYZ 31.77 19.85 28.14 -
YUV 122.19 139.75 184.21 -
System Red Green Blue C M Y K H S L
Decimal 201 78 143 0 0.61 0.29 0.21 328.29 0.53 0.55
Hex C9 4E 8F 0 3D 1D 15 148 35 37
Octal 311 116 217 0 75 35 25 510 65 67
Binary 11001001 1001110 10001111 0 111101 11101 10101 101001000 110101 110111

Color Harmonies of #C94E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E8F

Black with #C94E8F

Text Example


Text Example

White with #C94E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E8F; }

 p { color: rgb(201,78,143); }

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

background-color css

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

 a { background-color: rgb(201,78,143); }

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

border-color css

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

 span { border-color: rgb(201,78,143); }

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