Html Css Color HEX #C94492 Mulberry

📋 copy color: '#C94492'

red 201 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #C94492

Tints of Mulberry #C94492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.39%

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 48.43%
G = 16.39%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#C94492 (or 0xC94492) is known color: Mulberry. HEX triplet: C9, 44 and 92. RGB value is (201,68,146). Sum of RGB (Red+Green+Blue) = 201+68+146=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C94492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94492 is #36BB6D. Grayscale: #747474. Windows color (decimal): -3586926 or 9585865. OLE color: 9585865.

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

Color convert

RGB 201 68 146 -
CMYK 0 0.66 0.27 0.21
HSL 324.81º 0.55% 0.53% -
HSV(B) 324.81º 0.66% 0.79% -
XYZ 31.34 18.63 29.14 -
YUV 116.66 144.56 188.16 -
System Red Green Blue C M Y K H S L
Decimal 201 68 146 0 0.66 0.27 0.21 324.81 0.55 0.53
Hex C9 44 92 0 42 1B 15 145 37 35
Octal 311 104 222 0 102 33 25 505 67 65
Binary 11001001 1000100 10010010 0 1000010 11011 10101 101000101 110111 110101

Color Harmonies of #C94492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94492

Black with #C94492

Text Example


Text Example

White with #C94492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94492; }

 p { color: rgb(201,68,146); }

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

background-color css

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

 a { background-color: rgb(201,68,146); }

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

border-color css

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

 span { border-color: rgb(201,68,146); }

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