Html Css Color HEX #C74C96 Mulberry

📋 copy color: '#C74C96'

red 199 ◦ green 76 ◦ blue 150

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

Shades of Mulberry #C74C96

Tints of Mulberry #C74C96

RGB

 RED value IS 199 (78.13% from 255) = 46.82%

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

 BLUE value IS 150 (58.98% from 255) = 35.29%

R = 46.82%
G = 17.88%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C74C96 (or 0xC74C96) is known color: Mulberry. HEX triplet: C7, 4C and 96. RGB value is (199,76,150). Sum of RGB (Red+Green+Blue) = 199+76+150=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C96 is #38B369. Grayscale: #797979. Windows color (decimal): -3715946 or 9850055. OLE color: 9850055.

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

Color convert

RGB 199 76 150 -
CMYK 0 0.62 0.25 0.22
HSL 323.9º 0.52% 0.54% -
HSV(B) 323.9º 0.62% 0.78% -
XYZ 31.64 19.51 30.95 -
YUV 121.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 199 76 150 0 0.62 0.25 0.22 323.9 0.52 0.54
Hex C7 4C 96 0 3E 19 16 144 34 36
Octal 307 114 226 0 76 31 26 504 64 66
Binary 11000111 1001100 10010110 0 111110 11001 10110 101000100 110100 110110

Color Harmonies of #C74C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C96

Black with #C74C96

Text Example


Text Example

White with #C74C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C96; }

 p { color: rgb(199,76,150); }

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

background-color css

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

 a { background-color: rgb(199,76,150); }

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

border-color css

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

 span { border-color: rgb(199,76,150); }

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