Html Css Color HEX #C74B7D Mulberry

📋 copy color: '#C74B7D'

red 199 ◦ green 75 ◦ blue 125

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

Shades of Mulberry #C74B7D

Tints of Mulberry #C74B7D

RGB

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

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

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

R = 49.87%
G = 18.8%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C74B7D (or 0xC74B7D) is known color: Mulberry. HEX triplet: C7, 4B and 7D. RGB value is (199,75,125). Sum of RGB (Red+Green+Blue) = 199+75+125=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 75 (29.69% from 255 or 18.80% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C74B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74B7D is #38B482. Grayscale: #757575. Windows color (decimal): -3716227 or 8211399. OLE color: 8211399.

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

Color convert

RGB 199 75 125 -
CMYK 0 0.62 0.37 0.22
HSL 335.81º 0.53% 0.54% -
HSV(B) 335.81º 0.62% 0.78% -
XYZ 29.77 18.65 21.43 -
YUV 117.78 132.08 185.93 -
System Red Green Blue C M Y K H S L
Decimal 199 75 125 0 0.62 0.37 0.22 335.81 0.53 0.54
Hex C7 4B 7D 0 3E 25 16 150 35 36
Octal 307 113 175 0 76 45 26 520 65 66
Binary 11000111 1001011 1111101 0 111110 100101 10110 101010000 110101 110110

Color Harmonies of #C74B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74B7D

Black with #C74B7D

Text Example


Text Example

White with #C74B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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