Html Css Color HEX #C74EA8 Mulberry

📋 copy color: '#C74EA8'

red 199 ◦ green 78 ◦ blue 168

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

Shades of Mulberry #C74EA8

Tints of Mulberry #C74EA8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.53%

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

R = 44.72%
G = 17.53%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C74EA8 (or 0xC74EA8) is known color: Mulberry. HEX triplet: C7, 4E and A8. RGB value is (199,78,168). Sum of RGB (Red+Green+Blue) = 199+78+168=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74EA8 is #38B157. Grayscale: #7C7C7C. Windows color (decimal): -3715416 or 11030215. OLE color: 11030215.

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

Color convert

RGB 199 78 168 -
CMYK 0 0.61 0.16 0.22
HSL 315.37º 0.52% 0.54% -
HSV(B) 315.37º 0.61% 0.78% -
XYZ 33.35 20.42 39.23 -
YUV 124.44 152.59 181.18 -
System Red Green Blue C M Y K H S L
Decimal 199 78 168 0 0.61 0.16 0.22 315.37 0.52 0.54
Hex C7 4E A8 0 3D 10 16 13B 34 36
Octal 307 116 250 0 75 20 26 473 64 66
Binary 11000111 1001110 10101000 0 111101 10000 10110 100111011 110100 110110

Color Harmonies of #C74EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74EA8

Black with #C74EA8

Text Example


Text Example

White with #C74EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74EA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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