Html Css Color HEX #C74AA8 Mulberry

📋 copy color: '#C74AA8'

red 199 ◦ green 74 ◦ blue 168

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

Shades of Mulberry #C74AA8

Tints of Mulberry #C74AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.1%

R = 45.12%
G = 16.78%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C74AA8 (or 0xC74AA8) is known color: Mulberry. HEX triplet: C7, 4A and A8. RGB value is (199,74,168). Sum of RGB (Red+Green+Blue) = 199+74+168=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AA8 is #38B557. Grayscale: #797979. Windows color (decimal): -3716440 or 11029191. OLE color: 11029191.

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

Color convert

RGB 199 74 168 -
CMYK 0 0.63 0.16 0.22
HSL 314.88º 0.53% 0.54% -
HSV(B) 314.88º 0.63% 0.78% -
XYZ 33.07 19.87 39.14 -
YUV 122.09 153.91 182.86 -
System Red Green Blue C M Y K H S L
Decimal 199 74 168 0 0.63 0.16 0.22 314.88 0.53 0.54
Hex C7 4A A8 0 3F 10 16 13B 35 36
Octal 307 112 250 0 77 20 26 473 65 66
Binary 11000111 1001010 10101000 0 111111 10000 10110 100111011 110101 110110

Color Harmonies of #C74AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74AA8

Black with #C74AA8

Text Example


Text Example

White with #C74AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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