Html Css Color HEX #C0429B Mulberry

📋 copy color: '#C0429B'

red 192 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #C0429B

Tints of Mulberry #C0429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.53%

R = 46.49%
G = 15.98%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#C0429B (or 0xC0429B) is known color: Mulberry. HEX triplet: C0, 42 and 9B. RGB value is (192,66,155). Sum of RGB (Red+Green+Blue) = 192+66+155=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C0429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0429B is #3FBD64. Grayscale: #717171. Windows color (decimal): -4177253 or 10175168. OLE color: 10175168.

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

Color convert

RGB 192 66 155 -
CMYK 0 0.66 0.19 0.25
HSL 317.62º 0.5% 0.51% -
HSV(B) 317.62º 0.66% 0.75% -
XYZ 29.6 17.47 32.82 -
YUV 113.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 192 66 155 0 0.66 0.19 0.25 317.62 0.5 0.51
Hex C0 42 9B 0 42 13 19 13E 32 33
Octal 300 102 233 0 102 23 31 476 62 63
Binary 11000000 1000010 10011011 0 1000010 10011 11001 100111110 110010 110011

Color Harmonies of #C0429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0429B

Black with #C0429B

Text Example


Text Example

White with #C0429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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