Html Css Color HEX #C74B7C Mulberry

📋 copy color: '#C74B7C'

red 199 ◦ green 75 ◦ blue 124

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

Shades of Mulberry #C74B7C

Tints of Mulberry #C74B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.16%

R = 50%
G = 18.84%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C74B7C (or 0xC74B7C) is known color: Mulberry. HEX triplet: C7, 4B and 7C. RGB value is (199,75,124). Sum of RGB (Red+Green+Blue) = 199+75+124=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B7C is #38B483. Grayscale: #757575. Windows color (decimal): -3716228 or 8145863. OLE color: 8145863.

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

Color convert

RGB 199 75 124 -
CMYK 0 0.62 0.38 0.22
HSL 336.29º 0.53% 0.54% -
HSV(B) 336.29º 0.62% 0.78% -
XYZ 29.71 18.63 21.1 -
YUV 117.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 199 75 124 0 0.62 0.38 0.22 336.29 0.53 0.54
Hex C7 4B 7C 0 3E 26 16 150 35 36
Octal 307 113 174 0 76 46 26 520 65 66
Binary 11000111 1001011 1111100 0 111110 100110 10110 101010000 110101 110110

Color Harmonies of #C74B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B7C

Black with #C74B7C

Text Example


Text Example

White with #C74B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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