Html Css Color HEX #C8428B Mulberry

📋 copy color: '#C8428B'

red 200 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #C8428B

Tints of Mulberry #C8428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 49.38%
G = 16.3%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C8428B (or 0xC8428B) is known color: Mulberry. HEX triplet: C8, 42 and 8B. RGB value is (200,66,139). Sum of RGB (Red+Green+Blue) = 200+66+139=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8428B is #37BD74. Grayscale: #727272. Windows color (decimal): -3652981 or 9126600. OLE color: 9126600.

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

Color convert

RGB 200 66 139 -
CMYK 0 0.67 0.30 0.22
HSL 327.31º 0.55% 0.52% -
HSV(B) 327.31º 0.67% 0.78% -
XYZ 30.43 18.04 26.3 -
YUV 114.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 200 66 139 0 0.67 0.30 0.22 327.31 0.55 0.52
Hex C8 42 8B 0 43 1E 16 147 37 34
Octal 310 102 213 0 103 36 26 507 67 64
Binary 11001000 1000010 10001011 0 1000011 11110 10110 101000111 110111 110100

Color Harmonies of #C8428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8428B

Black with #C8428B

Text Example


Text Example

White with #C8428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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