Html Css Color HEX #C7408A Mulberry

📋 copy color: '#C7408A'

red 199 ◦ green 64 ◦ blue 138

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

Shades of Mulberry #C7408A

Tints of Mulberry #C7408A

RGB

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

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

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

R = 49.63%
G = 15.96%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7408A (or 0xC7408A) is known color: Mulberry. HEX triplet: C7, 40 and 8A. RGB value is (199,64,138). Sum of RGB (Red+Green+Blue) = 199+64+138=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C7408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C7408A is #38BF75. Grayscale: #707070. Windows color (decimal): -3719030 or 9060551. OLE color: 9060551.

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

Color convert

RGB 199 64 138 -
CMYK 0 0.68 0.31 0.22
HSL 327.11º 0.55% 0.52% -
HSV(B) 327.11º 0.68% 0.78% -
XYZ 29.97 17.64 25.87 -
YUV 112.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 199 64 138 0 0.68 0.31 0.22 327.11 0.55 0.52
Hex C7 40 8A 0 44 1F 16 147 37 34
Octal 307 100 212 0 104 37 26 507 67 64
Binary 11000111 1000000 10001010 0 1000100 11111 10110 101000111 110111 110100

Color Harmonies of #C7408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7408A

Black with #C7408A

Text Example


Text Example

White with #C7408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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