Html Css Color HEX #C0428F Mulberry

📋 copy color: '#C0428F'

red 192 ◦ green 66 ◦ blue 143

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

Shades of Mulberry #C0428F

Tints of Mulberry #C0428F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 47.88%
G = 16.46%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0428F (or 0xC0428F) is known color: Mulberry. HEX triplet: C0, 42 and 8F. RGB value is (192,66,143). Sum of RGB (Red+Green+Blue) = 192+66+143=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 66 (26.17% from 255 or 16.46% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0428F is #3FBD70. Grayscale: #707070. Windows color (decimal): -4177265 or 9388736. OLE color: 9388736.

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

Color convert

RGB 192 66 143 -
CMYK 0 0.66 0.26 0.25
HSL 323.33º 0.5% 0.51% -
HSV(B) 323.33º 0.66% 0.75% -
XYZ 28.64 17.09 27.77 -
YUV 112.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 192 66 143 0 0.66 0.26 0.25 323.33 0.5 0.51
Hex C0 42 8F 0 42 1A 19 143 32 33
Octal 300 102 217 0 102 32 31 503 62 63
Binary 11000000 1000010 10001111 0 1000010 11010 11001 101000011 110010 110011

Color Harmonies of #C0428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0428F

Black with #C0428F

Text Example


Text Example

White with #C0428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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