Html Css Color HEX #C7408C Mulberry

📋 copy color: '#C7408C'

red 199 ◦ green 64 ◦ blue 140

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

Shades of Mulberry #C7408C

Tints of Mulberry #C7408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.88%

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 49.38%
G = 15.88%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7408C (or 0xC7408C) is known color: Mulberry. HEX triplet: C7, 40 and 8C. RGB value is (199,64,140). Sum of RGB (Red+Green+Blue) = 199+64+140=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C7408C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7408C is #38BF73. Grayscale: #707070. Windows color (decimal): -3719028 or 9191623. OLE color: 9191623.

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

Color convert

RGB 199 64 140 -
CMYK 0 0.68 0.30 0.22
HSL 326.22º 0.55% 0.52% -
HSV(B) 326.22º 0.68% 0.78% -
XYZ 30.12 17.7 26.64 -
YUV 113.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 199 64 140 0 0.68 0.30 0.22 326.22 0.55 0.52
Hex C7 40 8C 0 44 1E 16 146 37 34
Octal 307 100 214 0 104 36 26 506 67 64
Binary 11000111 1000000 10001100 0 1000100 11110 10110 101000110 110111 110100

Color Harmonies of #C7408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7408C

Black with #C7408C

Text Example


Text Example

White with #C7408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7408C; }

 p { color: rgb(199,64,140); }

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

background-color css

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

 a { background-color: rgb(199,64,140); }

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

border-color css

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

 span { border-color: rgb(199,64,140); }

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