Html Css Color HEX #C94299 Mulberry

📋 copy color: '#C94299'

red 201 ◦ green 66 ◦ blue 153

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

Shades of Mulberry #C94299

Tints of Mulberry #C94299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.43%

R = 47.86%
G = 15.71%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C94299 (or 0xC94299) is known color: Mulberry. HEX triplet: C9, 42 and 99. RGB value is (201,66,153). Sum of RGB (Red+Green+Blue) = 201+66+153=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C94299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94299 is #36BD66. Grayscale: #747474. Windows color (decimal): -3587431 or 10044105. OLE color: 10044105.

HSL color Cylindrical-coordinate representation of color #C94299: hue angle of 321.33º 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 #C94299 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 66 153 -
CMYK 0 0.67 0.24 0.21
HSL 321.33º 0.56% 0.52% -
HSV(B) 321.33º 0.67% 0.79% -
XYZ 31.79 18.61 32.05 -
YUV 116.28 148.73 188.43 -
System Red Green Blue C M Y K H S L
Decimal 201 66 153 0 0.67 0.24 0.21 321.33 0.56 0.52
Hex C9 42 99 0 43 18 15 141 38 34
Octal 311 102 231 0 103 30 25 501 70 64
Binary 11001001 1000010 10011001 0 1000011 11000 10101 101000001 111000 110100

Color Harmonies of #C94299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94299

Black with #C94299

Text Example


Text Example

White with #C94299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94299; }

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

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

background-color css

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

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

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

border-color css

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

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

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