Html Css Color HEX #C0429A Mulberry

📋 copy color: '#C0429A'

red 192 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #C0429A

Tints of Mulberry #C0429A

RGB

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

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

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

R = 46.6%
G = 16.02%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#C0429A (or 0xC0429A) is known color: Mulberry. HEX triplet: C0, 42 and 9A. RGB value is (192,66,154). Sum of RGB (Red+Green+Blue) = 192+66+154=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0429A is #3FBD65. Grayscale: #717171. Windows color (decimal): -4177254 or 10109632. OLE color: 10109632.

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

Color convert

RGB 192 66 154 -
CMYK 0 0.66 0.20 0.25
HSL 318.1º 0.5% 0.51% -
HSV(B) 318.1º 0.66% 0.75% -
XYZ 29.52 17.44 32.38 -
YUV 113.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 192 66 154 0 0.66 0.20 0.25 318.1 0.5 0.51
Hex C0 42 9A 0 42 14 19 13E 32 33
Octal 300 102 232 0 102 24 31 476 62 63
Binary 11000000 1000010 10011010 0 1000010 10100 11001 100111110 110010 110011

Color Harmonies of #C0429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0429A

Black with #C0429A

Text Example


Text Example

White with #C0429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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