Html Css Color HEX #C74C9C Mulberry

📋 copy color: '#C74C9C'

red 199 ◦ green 76 ◦ blue 156

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

Shades of Mulberry #C74C9C

Tints of Mulberry #C74C9C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 46.17%
G = 17.63%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C74C9C (or 0xC74C9C) is known color: Mulberry. HEX triplet: C7, 4C and 9C. RGB value is (199,76,156). Sum of RGB (Red+Green+Blue) = 199+76+156=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C9C is #38B363. Grayscale: #797979. Windows color (decimal): -3715940 or 10243271. OLE color: 10243271.

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

Color convert

RGB 199 76 156 -
CMYK 0 0.62 0.22 0.22
HSL 320.98º 0.52% 0.54% -
HSV(B) 320.98º 0.62% 0.78% -
XYZ 32.14 19.71 33.56 -
YUV 121.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 199 76 156 0 0.62 0.22 0.22 320.98 0.52 0.54
Hex C7 4C 9C 0 3E 16 16 141 34 36
Octal 307 114 234 0 76 26 26 501 64 66
Binary 11000111 1001100 10011100 0 111110 10110 10110 101000001 110100 110110

Color Harmonies of #C74C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C9C

Black with #C74C9C

Text Example


Text Example

White with #C74C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C9C; }

 p { color: rgb(199,76,156); }

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

background-color css

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

 a { background-color: rgb(199,76,156); }

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

border-color css

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

 span { border-color: rgb(199,76,156); }

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