Html Css Color HEX #C8408F Mulberry

📋 copy color: '#C8408F'

red 200 ◦ green 64 ◦ blue 143

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

Shades of Mulberry #C8408F

Tints of Mulberry #C8408F

RGB

 RED value IS 200 (78.52% from 255) = 49.14%

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

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 49.14%
G = 15.72%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C8408F (or 0xC8408F) is known color: Mulberry. HEX triplet: C8, 40 and 8F. RGB value is (200,64,143). Sum of RGB (Red+Green+Blue) = 200+64+143=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8408F is #37BF70. Grayscale: #717171. Windows color (decimal): -3653489 or 9388232. OLE color: 9388232.

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

Color convert

RGB 200 64 143 -
CMYK 0 0.68 0.28 0.22
HSL 325.15º 0.55% 0.52% -
HSV(B) 325.15º 0.68% 0.78% -
XYZ 30.61 17.93 27.83 -
YUV 113.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 200 64 143 0 0.68 0.28 0.22 325.15 0.55 0.52
Hex C8 40 8F 0 44 1C 16 145 37 34
Octal 310 100 217 0 104 34 26 505 67 64
Binary 11001000 1000000 10001111 0 1000100 11100 10110 101000101 110111 110100

Color Harmonies of #C8408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8408F

Black with #C8408F

Text Example


Text Example

White with #C8408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8408F; }

 p { color: rgb(200,64,143); }

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

background-color css

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

 a { background-color: rgb(200,64,143); }

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

border-color css

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

 span { border-color: rgb(200,64,143); }

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