Html Css Color HEX #C050A3 Mulberry

📋 copy color: '#C050A3'

red 192 ◦ green 80 ◦ blue 163

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

Shades of Mulberry #C050A3

Tints of Mulberry #C050A3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.39%

 BLUE value IS 163 (64.06% from 255) = 37.47%

R = 44.14%
G = 18.39%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C050A3 (or 0xC050A3) is known color: Mulberry. HEX triplet: C0, 50 and A3. RGB value is (192,80,163). Sum of RGB (Red+Green+Blue) = 192+80+163=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C050A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C050A3 is #3FAF5C. Grayscale: #7A7A7A. Windows color (decimal): -4173661 or 10703040. OLE color: 10703040.

HSL color Cylindrical-coordinate representation of color #C050A3: hue angle of 315.54º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C050A3 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 80 163 -
CMYK 0 0.58 0.15 0.25
HSL 315.54º 0.47% 0.53% -
HSV(B) 315.54º 0.58% 0.75% -
XYZ 31.22 19.59 36.79 -
YUV 122.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 192 80 163 0 0.58 0.15 0.25 315.54 0.47 0.53
Hex C0 50 A3 0 3A F 19 13C 2F 35
Octal 300 120 243 0 72 17 31 474 57 65
Binary 11000000 1010000 10100011 0 111010 1111 11001 100111100 101111 110101

Color Harmonies of #C050A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050A3

Black with #C050A3

Text Example


Text Example

White with #C050A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050A3; }

 p { color: rgb(192,80,163); }

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

background-color css

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

 a { background-color: rgb(192,80,163); }

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

border-color css

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

 span { border-color: rgb(192,80,163); }

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