Html Css Color HEX #C8428E Mulberry

📋 copy color: '#C8428E'

red 200 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #C8428E

Tints of Mulberry #C8428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.18%

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 49.02%
G = 16.18%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8428E (or 0xC8428E) is known color: Mulberry. HEX triplet: C8, 42 and 8E. RGB value is (200,66,142). Sum of RGB (Red+Green+Blue) = 200+66+142=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8428E is #37BD71. Grayscale: #727272. Windows color (decimal): -3652978 or 9323208. OLE color: 9323208.

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

Color convert

RGB 200 66 142 -
CMYK 0 0.67 0.29 0.22
HSL 325.97º 0.55% 0.52% -
HSV(B) 325.97º 0.67% 0.78% -
XYZ 30.65 18.13 27.47 -
YUV 114.73 143.39 188.82 -
System Red Green Blue C M Y K H S L
Decimal 200 66 142 0 0.67 0.29 0.22 325.97 0.55 0.52
Hex C8 42 8E 0 43 1D 16 146 37 34
Octal 310 102 216 0 103 35 26 506 67 64
Binary 11001000 1000010 10001110 0 1000011 11101 10110 101000110 110111 110100

Color Harmonies of #C8428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8428E

Black with #C8428E

Text Example


Text Example

White with #C8428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8428E; }

 p { color: rgb(200,66,142); }

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

background-color css

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

 a { background-color: rgb(200,66,142); }

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

border-color css

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

 span { border-color: rgb(200,66,142); }

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