Html Css Color HEX #C74C9E Mulberry

📋 copy color: '#C74C9E'

red 199 ◦ green 76 ◦ blue 158

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

Shades of Mulberry #C74C9E

Tints of Mulberry #C74C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 45.96%
G = 17.55%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C74C9E (or 0xC74C9E) is known color: Mulberry. HEX triplet: C7, 4C and 9E. RGB value is (199,76,158). Sum of RGB (Red+Green+Blue) = 199+76+158=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 76 (30.08% from 255 or 17.55% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74C9E is #38B361. Grayscale: #797979. Windows color (decimal): -3715938 or 10374343. OLE color: 10374343.

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

Color convert

RGB 199 76 158 -
CMYK 0 0.62 0.21 0.22
HSL 320º 0.52% 0.54% -
HSV(B) 320º 0.62% 0.78% -
XYZ 32.31 19.78 34.46 -
YUV 122.13 148.25 182.83 -
System Red Green Blue C M Y K H S L
Decimal 199 76 158 0 0.62 0.21 0.22 320 0.52 0.54
Hex C7 4C 9E 0 3E 15 16 140 34 36
Octal 307 114 236 0 76 25 26 500 64 66
Binary 11000111 1001100 10011110 0 111110 10101 10110 101000000 110100 110110

Color Harmonies of #C74C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C9E

Black with #C74C9E

Text Example


Text Example

White with #C74C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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