Html Css Color HEX #C74694 Mulberry

📋 copy color: '#C74694'

red 199 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #C74694

Tints of Mulberry #C74694

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.79%

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 47.72%
G = 16.79%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C74694 (or 0xC74694) is known color: Mulberry. HEX triplet: C7, 46 and 94. RGB value is (199,70,148). Sum of RGB (Red+Green+Blue) = 199+70+148=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C74694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74694 is #38B96B. Grayscale: #757575. Windows color (decimal): -3717484 or 9717447. OLE color: 9717447.

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

Color convert

RGB 199 70 148 -
CMYK 0 0.65 0.26 0.22
HSL 323.72º 0.54% 0.53% -
HSV(B) 323.72º 0.65% 0.78% -
XYZ 31.09 18.66 29.98 -
YUV 117.46 145.24 186.16 -
System Red Green Blue C M Y K H S L
Decimal 199 70 148 0 0.65 0.26 0.22 323.72 0.54 0.53
Hex C7 46 94 0 41 1A 16 144 36 35
Octal 307 106 224 0 101 32 26 504 66 65
Binary 11000111 1000110 10010100 0 1000001 11010 10110 101000100 110110 110101

Color Harmonies of #C74694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74694

Black with #C74694

Text Example


Text Example

White with #C74694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74694; }

 p { color: rgb(199,70,148); }

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

background-color css

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

 a { background-color: rgb(199,70,148); }

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

border-color css

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

 span { border-color: rgb(199,70,148); }

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