Html Css Color HEX #C74486 Mulberry

📋 copy color: '#C74486'

red 199 ◦ green 68 ◦ blue 134

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

Shades of Mulberry #C74486

Tints of Mulberry #C74486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

 BLUE value IS 134 (52.73% from 255) = 33.42%

R = 49.63%
G = 16.96%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C74486 (or 0xC74486) is known color: Mulberry. HEX triplet: C7, 44 and 86. RGB value is (199,68,134). Sum of RGB (Red+Green+Blue) = 199+68+134=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C74486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74486 is #38BB79. Grayscale: #727272. Windows color (decimal): -3718010 or 8799431. OLE color: 8799431.

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

Color convert

RGB 199 68 134 -
CMYK 0 0.66 0.33 0.22
HSL 329.77º 0.54% 0.52% -
HSV(B) 329.77º 0.66% 0.78% -
XYZ 29.92 18 24.45 -
YUV 114.69 138.9 188.13 -
System Red Green Blue C M Y K H S L
Decimal 199 68 134 0 0.66 0.33 0.22 329.77 0.54 0.52
Hex C7 44 86 0 42 21 16 14A 36 34
Octal 307 104 206 0 102 41 26 512 66 64
Binary 11000111 1000100 10000110 0 1000010 100001 10110 101001010 110110 110100

Color Harmonies of #C74486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74486

Black with #C74486

Text Example


Text Example

White with #C74486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74486; }

 p { color: rgb(199,68,134); }

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

background-color css

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

 a { background-color: rgb(199,68,134); }

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

border-color css

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

 span { border-color: rgb(199,68,134); }

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