Html Css Color HEX #C8429A Mulberry

📋 copy color: '#C8429A'

red 200 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #C8429A

Tints of Mulberry #C8429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.67%

R = 47.62%
G = 15.71%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C8429A (or 0xC8429A) is known color: Mulberry. HEX triplet: C8, 42 and 9A. RGB value is (200,66,154). Sum of RGB (Red+Green+Blue) = 200+66+154=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8429A is #37BD65. Grayscale: #737373. Windows color (decimal): -3652966 or 10109640. OLE color: 10109640.

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

Color convert

RGB 200 66 154 -
CMYK 0 0.67 0.23 0.22
HSL 320.6º 0.55% 0.52% -
HSV(B) 320.6º 0.67% 0.78% -
XYZ 31.6 18.51 32.48 -
YUV 116.1 149.39 187.84 -
System Red Green Blue C M Y K H S L
Decimal 200 66 154 0 0.67 0.23 0.22 320.6 0.55 0.52
Hex C8 42 9A 0 43 17 16 141 37 34
Octal 310 102 232 0 103 27 26 501 67 64
Binary 11001000 1000010 10011010 0 1000011 10111 10110 101000001 110111 110100

Color Harmonies of #C8429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8429A

Black with #C8429A

Text Example


Text Example

White with #C8429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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