Html Css Color HEX #C74B9E Mulberry

📋 copy color: '#C74B9E'

red 199 ◦ green 75 ◦ blue 158

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

Shades of Mulberry #C74B9E

Tints of Mulberry #C74B9E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.36%

 BLUE value IS 158 (62.11% from 255) = 36.57%

R = 46.06%
G = 17.36%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C74B9E (or 0xC74B9E) is known color: Mulberry. HEX triplet: C7, 4B and 9E. RGB value is (199,75,158). Sum of RGB (Red+Green+Blue) = 199+75+158=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74B9E is #38B461. Grayscale: #797979. Windows color (decimal): -3716194 or 10374087. OLE color: 10374087.

HSL color Cylindrical-coordinate representation of color #C74B9E: hue angle of 319.84º degrees, saturation: 0.53, 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 #C74B9E is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 75 158 -
CMYK 0 0.62 0.21 0.22
HSL 319.84º 0.53% 0.54% -
HSV(B) 319.84º 0.62% 0.78% -
XYZ 32.24 19.64 34.44 -
YUV 121.54 148.58 183.25 -
System Red Green Blue C M Y K H S L
Decimal 199 75 158 0 0.62 0.21 0.22 319.84 0.53 0.54
Hex C7 4B 9E 0 3E 15 16 140 35 36
Octal 307 113 236 0 76 25 26 500 65 66
Binary 11000111 1001011 10011110 0 111110 10101 10110 101000000 110101 110110

Color Harmonies of #C74B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B9E

Black with #C74B9E

Text Example


Text Example

White with #C74B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B9E; }

 p { color: rgb(199,75,158); }

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

background-color css

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

 a { background-color: rgb(199,75,158); }

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

border-color css

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

 span { border-color: rgb(199,75,158); }

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