Html Css Color HEX #C7418A Mulberry

📋 copy color: '#C7418A'

red 199 ◦ green 65 ◦ blue 138

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

Shades of Mulberry #C7418A

Tints of Mulberry #C7418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 49.5%
G = 16.17%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7418A (or 0xC7418A) is known color: Mulberry. HEX triplet: C7, 41 and 8A. RGB value is (199,65,138). Sum of RGB (Red+Green+Blue) = 199+65+138=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7418A is #38BE75. Grayscale: #717171. Windows color (decimal): -3718774 or 9060807. OLE color: 9060807.

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

Color convert

RGB 199 65 138 -
CMYK 0 0.67 0.31 0.22
HSL 327.31º 0.54% 0.52% -
HSV(B) 327.31º 0.67% 0.78% -
XYZ 30.03 17.76 25.89 -
YUV 113.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 199 65 138 0 0.67 0.31 0.22 327.31 0.54 0.52
Hex C7 41 8A 0 43 1F 16 147 36 34
Octal 307 101 212 0 103 37 26 507 66 64
Binary 11000111 1000001 10001010 0 1000011 11111 10110 101000111 110110 110100

Color Harmonies of #C7418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7418A

Black with #C7418A

Text Example


Text Example

White with #C7418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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