Html Css Color HEX #C74185 Mulberry

📋 copy color: '#C74185'

red 199 ◦ green 65 ◦ blue 133

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

Shades of Mulberry #C74185

Tints of Mulberry #C74185

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

 BLUE value IS 133 (52.34% from 255) = 33.5%

R = 50.13%
G = 16.37%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C74185 (or 0xC74185) is known color: Mulberry. HEX triplet: C7, 41 and 85. RGB value is (199,65,133). Sum of RGB (Red+Green+Blue) = 199+65+133=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C74185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74185 is #38BE7A. Grayscale: #707070. Windows color (decimal): -3718779 or 8733127. OLE color: 8733127.

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

Color convert

RGB 199 65 133 -
CMYK 0 0.67 0.33 0.22
HSL 329.55º 0.54% 0.52% -
HSV(B) 329.55º 0.67% 0.78% -
XYZ 29.68 17.62 24.03 -
YUV 112.82 139.39 189.47 -
System Red Green Blue C M Y K H S L
Decimal 199 65 133 0 0.67 0.33 0.22 329.55 0.54 0.52
Hex C7 41 85 0 43 21 16 14A 36 34
Octal 307 101 205 0 103 41 26 512 66 64
Binary 11000111 1000001 10000101 0 1000011 100001 10110 101001010 110110 110100

Color Harmonies of #C74185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74185

Black with #C74185

Text Example


Text Example

White with #C74185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74185; }

 p { color: rgb(199,65,133); }

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

background-color css

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

 a { background-color: rgb(199,65,133); }

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

border-color css

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

 span { border-color: rgb(199,65,133); }

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