Html Css Color HEX #C74DA8 Mulberry

📋 copy color: '#C74DA8'

red 199 ◦ green 77 ◦ blue 168

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

Shades of Mulberry #C74DA8

Tints of Mulberry #C74DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.84%

R = 44.82%
G = 17.34%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C74DA8 (or 0xC74DA8) is known color: Mulberry. HEX triplet: C7, 4D and A8. RGB value is (199,77,168). Sum of RGB (Red+Green+Blue) = 199+77+168=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 77 (30.47% from 255 or 17.34% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DA8 is #38B257. Grayscale: #7B7B7B. Windows color (decimal): -3715672 or 11029959. OLE color: 11029959.

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

Color convert

RGB 199 77 168 -
CMYK 0 0.61 0.16 0.22
HSL 315.25º 0.52% 0.54% -
HSV(B) 315.25º 0.61% 0.78% -
XYZ 33.27 20.28 39.21 -
YUV 123.85 152.92 181.6 -
System Red Green Blue C M Y K H S L
Decimal 199 77 168 0 0.61 0.16 0.22 315.25 0.52 0.54
Hex C7 4D A8 0 3D 10 16 13B 34 36
Octal 307 115 250 0 75 20 26 473 64 66
Binary 11000111 1001101 10101000 0 111101 10000 10110 100111011 110100 110110

Color Harmonies of #C74DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DA8

Black with #C74DA8

Text Example


Text Example

White with #C74DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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