Html Css Color HEX #C94691 Mulberry

📋 copy color: '#C94691'

red 201 ◦ green 70 ◦ blue 145

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

Shades of Mulberry #C94691

Tints of Mulberry #C94691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.83%

 BLUE value IS 145 (57.03% from 255) = 34.86%

R = 48.32%
G = 16.83%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C94691 (or 0xC94691) is known color: Mulberry. HEX triplet: C9, 46 and 91. RGB value is (201,70,145). Sum of RGB (Red+Green+Blue) = 201+70+145=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 145 (57.03% from 255 or 34.86% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C94691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94691 is #36B96E. Grayscale: #757575. Windows color (decimal): -3586415 or 9520841. OLE color: 9520841.

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

Color convert

RGB 201 70 145 -
CMYK 0 0.65 0.28 0.21
HSL 325.65º 0.55% 0.53% -
HSV(B) 325.65º 0.65% 0.79% -
XYZ 31.39 18.84 28.77 -
YUV 117.72 143.4 187.4 -
System Red Green Blue C M Y K H S L
Decimal 201 70 145 0 0.65 0.28 0.21 325.65 0.55 0.53
Hex C9 46 91 0 41 1C 15 146 37 35
Octal 311 106 221 0 101 34 25 506 67 65
Binary 11001001 1000110 10010001 0 1000001 11100 10101 101000110 110111 110101

Color Harmonies of #C94691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94691

Black with #C94691

Text Example


Text Example

White with #C94691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94691; }

 p { color: rgb(201,70,145); }

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

background-color css

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

 a { background-color: rgb(201,70,145); }

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

border-color css

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

 span { border-color: rgb(201,70,145); }

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