Html Css Color HEX #C8429E Mulberry

📋 copy color: '#C8429E'

red 200 ◦ green 66 ◦ blue 158

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

Shades of Mulberry #C8429E

Tints of Mulberry #C8429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.26%

R = 47.17%
G = 15.57%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C8429E (or 0xC8429E) is known color: Mulberry. HEX triplet: C8, 42 and 9E. RGB value is (200,66,158). Sum of RGB (Red+Green+Blue) = 200+66+158=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8429E is #37BD61. Grayscale: #747474. Windows color (decimal): -3652962 or 10371784. OLE color: 10371784.

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

Color convert

RGB 200 66 158 -
CMYK 0 0.67 0.21 0.22
HSL 318.81º 0.55% 0.52% -
HSV(B) 318.81º 0.67% 0.78% -
XYZ 31.94 18.64 34.26 -
YUV 116.55 151.39 187.52 -
System Red Green Blue C M Y K H S L
Decimal 200 66 158 0 0.67 0.21 0.22 318.81 0.55 0.52
Hex C8 42 9E 0 43 15 16 13F 37 34
Octal 310 102 236 0 103 25 26 477 67 64
Binary 11001000 1000010 10011110 0 1000011 10101 10110 100111111 110111 110100

Color Harmonies of #C8429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8429E

Black with #C8429E

Text Example


Text Example

White with #C8429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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