Html Css Color HEX #C74182 Mulberry

📋 copy color: '#C74182'

red 199 ◦ green 65 ◦ blue 130

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

Shades of Mulberry #C74182

Tints of Mulberry #C74182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.99%

R = 50.51%
G = 16.5%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C74182 (or 0xC74182) is known color: Mulberry. HEX triplet: C7, 41 and 82. RGB value is (199,65,130). Sum of RGB (Red+Green+Blue) = 199+65+130=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C74182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74182 is #38BE7D. Grayscale: #707070. Windows color (decimal): -3718782 or 8536519. OLE color: 8536519.

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

Color convert

RGB 199 65 130 -
CMYK 0 0.67 0.35 0.22
HSL 330.9º 0.54% 0.52% -
HSV(B) 330.9º 0.67% 0.78% -
XYZ 29.47 17.53 22.95 -
YUV 112.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 199 65 130 0 0.67 0.35 0.22 330.9 0.54 0.52
Hex C7 41 82 0 43 23 16 14B 36 34
Octal 307 101 202 0 103 43 26 513 66 64
Binary 11000111 1000001 10000010 0 1000011 100011 10110 101001011 110110 110100

Color Harmonies of #C74182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74182

Black with #C74182

Text Example


Text Example

White with #C74182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74182; }

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

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

background-color css

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

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

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

border-color css

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

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

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