Html Css Color HEX #C74E95 Mulberry

📋 copy color: '#C74E95'

red 199 ◦ green 78 ◦ blue 149

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

Shades of Mulberry #C74E95

Tints of Mulberry #C74E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.98%

R = 46.71%
G = 18.31%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#C74E95 (or 0xC74E95) is known color: Mulberry. HEX triplet: C7, 4E and 95. RGB value is (199,78,149). Sum of RGB (Red+Green+Blue) = 199+78+149=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 78 (30.86% from 255 or 18.31% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74E95 is #38B16A. Grayscale: #7A7A7A. Windows color (decimal): -3715435 or 9785031. OLE color: 9785031.

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

Color convert

RGB 199 78 149 -
CMYK 0 0.61 0.25 0.22
HSL 324.79º 0.52% 0.54% -
HSV(B) 324.79º 0.61% 0.78% -
XYZ 31.7 19.76 30.58 -
YUV 122.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 199 78 149 0 0.61 0.25 0.22 324.79 0.52 0.54
Hex C7 4E 95 0 3D 19 16 145 34 36
Octal 307 116 225 0 75 31 26 505 64 66
Binary 11000111 1001110 10010101 0 111101 11001 10110 101000101 110100 110110

Color Harmonies of #C74E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E95

Black with #C74E95

Text Example


Text Example

White with #C74E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E95; }

 p { color: rgb(199,78,149); }

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

background-color css

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

 a { background-color: rgb(199,78,149); }

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

border-color css

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

 span { border-color: rgb(199,78,149); }

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