Html Css Color HEX #C74B9D Mulberry

📋 copy color: '#C74B9D'

red 199 ◦ green 75 ◦ blue 157

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

Shades of Mulberry #C74B9D

Tints of Mulberry #C74B9D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

 BLUE value IS 157 (61.72% from 255) = 36.43%

R = 46.17%
G = 17.4%
B = 36.43%

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

#C74B9D (or 0xC74B9D) is known color: Mulberry. HEX triplet: C7, 4B and 9D. RGB value is (199,75,157). Sum of RGB (Red+Green+Blue) = 199+75+157=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74B9D is #38B462. Grayscale: #797979. Windows color (decimal): -3716195 or 10308551. OLE color: 10308551.

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

Color convert

RGB 199 75 157 -
CMYK 0 0.62 0.21 0.22
HSL 320.32º 0.53% 0.54% -
HSV(B) 320.32º 0.62% 0.78% -
XYZ 32.16 19.61 33.99 -
YUV 121.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 199 75 157 0 0.62 0.21 0.22 320.32 0.53 0.54
Hex C7 4B 9D 0 3E 15 16 140 35 36
Octal 307 113 235 0 76 25 26 500 65 66
Binary 11000111 1001011 10011101 0 111110 10101 10110 101000000 110101 110110

Color Harmonies of #C74B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B9D

Black with #C74B9D

Text Example


Text Example

White with #C74B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B9D; }

 p { color: rgb(199,75,157); }

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

background-color css

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

 a { background-color: rgb(199,75,157); }

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

border-color css

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

 span { border-color: rgb(199,75,157); }

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