Html Css Color HEX #C74A98 Mulberry

📋 copy color: '#C74A98'

red 199 ◦ green 74 ◦ blue 152

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

Shades of Mulberry #C74A98

Tints of Mulberry #C74A98

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

 BLUE value IS 152 (59.77% from 255) = 35.76%

R = 46.82%
G = 17.41%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#C74A98 (or 0xC74A98) is known color: Mulberry. HEX triplet: C7, 4A and 98. RGB value is (199,74,152). Sum of RGB (Red+Green+Blue) = 199+74+152=425 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.82% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74A98 is #38B567. Grayscale: #787878. Windows color (decimal): -3716456 or 9980615. OLE color: 9980615.

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

Color convert

RGB 199 74 152 -
CMYK 0 0.63 0.24 0.22
HSL 322.56º 0.53% 0.54% -
HSV(B) 322.56º 0.63% 0.78% -
XYZ 31.67 19.31 31.76 -
YUV 120.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 199 74 152 0 0.63 0.24 0.22 322.56 0.53 0.54
Hex C7 4A 98 0 3F 18 16 143 35 36
Octal 307 112 230 0 77 30 26 503 65 66
Binary 11000111 1001010 10011000 0 111111 11000 10110 101000011 110101 110110

Color Harmonies of #C74A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A98

Black with #C74A98

Text Example


Text Example

White with #C74A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A98; }

 p { color: rgb(199,74,152); }

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

background-color css

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

 a { background-color: rgb(199,74,152); }

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

border-color css

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

 span { border-color: rgb(199,74,152); }

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