Html Css Color HEX #C74F7D Mulberry

📋 copy color: '#C74F7D'

red 199 ◦ green 79 ◦ blue 125

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

Shades of Mulberry #C74F7D

Tints of Mulberry #C74F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.6%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 49.38%
G = 19.6%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C74F7D (or 0xC74F7D) is known color: Mulberry. HEX triplet: C7, 4F and 7D. RGB value is (199,79,125). Sum of RGB (Red+Green+Blue) = 199+79+125=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74F7D is #38B082. Grayscale: #787878. Windows color (decimal): -3715203 or 8212423. OLE color: 8212423.

HSL color Cylindrical-coordinate representation of color #C74F7D: hue angle of 337º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74F7D is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 79 125 -
CMYK 0 0.60 0.37 0.22
HSL 337º 0.52% 0.55% -
HSV(B) 337º 0.6% 0.78% -
XYZ 30.05 19.21 21.53 -
YUV 120.12 130.76 184.26 -
System Red Green Blue C M Y K H S L
Decimal 199 79 125 0 0.60 0.37 0.22 337 0.52 0.55
Hex C7 4F 7D 0 3C 25 16 151 34 37
Octal 307 117 175 0 74 45 26 521 64 67
Binary 11000111 1001111 1111101 0 111100 100101 10110 101010001 110100 110111

Color Harmonies of #C74F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74F7D

Black with #C74F7D

Text Example


Text Example

White with #C74F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74F7D; }

 p { color: rgb(199,79,125); }

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

background-color css

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

 a { background-color: rgb(199,79,125); }

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

border-color css

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

 span { border-color: rgb(199,79,125); }

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