Html Css Color HEX #C0429D Mulberry

📋 copy color: '#C0429D'

red 192 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #C0429D

Tints of Mulberry #C0429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 46.27%
G = 15.9%
B = 37.83%

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

#C0429D (or 0xC0429D) is known color: Mulberry. HEX triplet: C0, 42 and 9D. RGB value is (192,66,157). Sum of RGB (Red+Green+Blue) = 192+66+157=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C0429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0429D is #3FBD62. Grayscale: #717171. Windows color (decimal): -4177251 or 10306240. OLE color: 10306240.

HSL color Cylindrical-coordinate representation of color #C0429D: hue angle of 316.67º 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 #C0429D is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 157 -
CMYK 0 0.66 0.18 0.25
HSL 316.67º 0.5% 0.51% -
HSV(B) 316.67º 0.66% 0.75% -
XYZ 29.77 17.54 33.71 -
YUV 114.05 152.24 183.6 -
System Red Green Blue C M Y K H S L
Decimal 192 66 157 0 0.66 0.18 0.25 316.67 0.5 0.51
Hex C0 42 9D 0 42 12 19 13D 32 33
Octal 300 102 235 0 102 22 31 475 62 63
Binary 11000000 1000010 10011101 0 1000010 10010 11001 100111101 110010 110011

Color Harmonies of #C0429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0429D

Black with #C0429D

Text Example


Text Example

White with #C0429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0429D; }

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

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

background-color css

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

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

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

border-color css

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

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

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