Html Css Color HEX #C74FA6 Mulberry

📋 copy color: '#C74FA6'

red 199 ◦ green 79 ◦ blue 166

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

Shades of Mulberry #C74FA6

Tints of Mulberry #C74FA6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.79%

 BLUE value IS 166 (65.23% from 255) = 37.39%

R = 44.82%
G = 17.79%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C74FA6 (or 0xC74FA6) is known color: Mulberry. HEX triplet: C7, 4F and A6. RGB value is (199,79,166). Sum of RGB (Red+Green+Blue) = 199+79+166=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FA6 is #38B059. Grayscale: #7C7C7C. Windows color (decimal): -3715162 or 10899399. OLE color: 10899399.

HSL color Cylindrical-coordinate representation of color #C74FA6: hue angle of 316.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74FA6 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 79 166 -
CMYK 0 0.60 0.17 0.22
HSL 316.5º 0.52% 0.55% -
HSV(B) 316.5º 0.6% 0.78% -
XYZ 33.23 20.49 38.28 -
YUV 124.8 151.26 180.93 -
System Red Green Blue C M Y K H S L
Decimal 199 79 166 0 0.60 0.17 0.22 316.5 0.52 0.55
Hex C7 4F A6 0 3C 11 16 13C 34 37
Octal 307 117 246 0 74 21 26 474 64 67
Binary 11000111 1001111 10100110 0 111100 10001 10110 100111100 110100 110111

Color Harmonies of #C74FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74FA6

Black with #C74FA6

Text Example


Text Example

White with #C74FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74FA6; }

 p { color: rgb(199,79,166); }

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

background-color css

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

 a { background-color: rgb(199,79,166); }

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

border-color css

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

 span { border-color: rgb(199,79,166); }

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