Html Css Color HEX #C74D9F Mulberry

📋 copy color: '#C74D9F'

red 199 ◦ green 77 ◦ blue 159

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

Shades of Mulberry #C74D9F

Tints of Mulberry #C74D9F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.7%

 BLUE value IS 159 (62.5% from 255) = 36.55%

R = 45.75%
G = 17.7%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C74D9F (or 0xC74D9F) is known color: Mulberry. HEX triplet: C7, 4D and 9F. RGB value is (199,77,159). Sum of RGB (Red+Green+Blue) = 199+77+159=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74D9F is #38B260. Grayscale: #7A7A7A. Windows color (decimal): -3715681 or 10440135. OLE color: 10440135.

HSL color Cylindrical-coordinate representation of color #C74D9F: hue angle of 319.67º 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 #C74D9F is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 77 159 -
CMYK 0 0.61 0.20 0.22
HSL 319.67º 0.52% 0.54% -
HSV(B) 319.67º 0.61% 0.78% -
XYZ 32.47 19.95 34.94 -
YUV 122.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 199 77 159 0 0.61 0.20 0.22 319.67 0.52 0.54
Hex C7 4D 9F 0 3D 14 16 140 34 36
Octal 307 115 237 0 75 24 26 500 64 66
Binary 11000111 1001101 10011111 0 111101 10100 10110 101000000 110100 110110

Color Harmonies of #C74D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74D9F

Black with #C74D9F

Text Example


Text Example

White with #C74D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74D9F; }

 p { color: rgb(199,77,159); }

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

background-color css

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

 a { background-color: rgb(199,77,159); }

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

border-color css

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

 span { border-color: rgb(199,77,159); }

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