Html Css Color HEX #C0429E Mulberry

📋 copy color: '#C0429E'

red 192 ◦ green 66 ◦ blue 158

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

Shades of Mulberry #C0429E

Tints of Mulberry #C0429E

RGB

 RED value IS 192 (75.39% from 255) = 46.15%

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

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

R = 46.15%
G = 15.87%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0429E (or 0xC0429E) is known color: Mulberry. HEX triplet: C0, 42 and 9E. RGB value is (192,66,158). Sum of RGB (Red+Green+Blue) = 192+66+158=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C0429E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0429E is #3FBD61. Grayscale: #717171. Windows color (decimal): -4177250 or 10371776. OLE color: 10371776.

HSL color Cylindrical-coordinate representation of color #C0429E: hue angle of 316.19º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0429E is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 158 -
CMYK 0 0.66 0.18 0.25
HSL 316.19º 0.5% 0.51% -
HSV(B) 316.19º 0.66% 0.75% -
XYZ 29.86 17.57 34.17 -
YUV 114.16 152.74 183.52 -
System Red Green Blue C M Y K H S L
Decimal 192 66 158 0 0.66 0.18 0.25 316.19 0.5 0.51
Hex C0 42 9E 0 42 12 19 13C 32 33
Octal 300 102 236 0 102 22 31 474 62 63
Binary 11000000 1000010 10011110 0 1000010 10010 11001 100111100 110010 110011

Color Harmonies of #C0429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0429E

Black with #C0429E

Text Example


Text Example

White with #C0429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0429E; }

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

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

background-color css

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

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

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

border-color css

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

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

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