Html Css Color HEX #C0509D Mulberry

📋 copy color: '#C0509D'

red 192 ◦ green 80 ◦ blue 157

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

Shades of Mulberry #C0509D

Tints of Mulberry #C0509D

RGB

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

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

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

R = 44.76%
G = 18.65%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0509D (or 0xC0509D) is known color: Mulberry. HEX triplet: C0, 50 and 9D. RGB value is (192,80,157). Sum of RGB (Red+Green+Blue) = 192+80+157=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0509D is #3FAF62. Grayscale: #7A7A7A. Windows color (decimal): -4173667 or 10309824. OLE color: 10309824.

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

Color convert

RGB 192 80 157 -
CMYK 0 0.58 0.18 0.25
HSL 318.75º 0.47% 0.53% -
HSV(B) 318.75º 0.58% 0.75% -
XYZ 30.69 19.38 34.02 -
YUV 122.27 147.61 177.74 -
System Red Green Blue C M Y K H S L
Decimal 192 80 157 0 0.58 0.18 0.25 318.75 0.47 0.53
Hex C0 50 9D 0 3A 12 19 13F 2F 35
Octal 300 120 235 0 72 22 31 477 57 65
Binary 11000000 1010000 10011101 0 111010 10010 11001 100111111 101111 110101

Color Harmonies of #C0509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0509D

Black with #C0509D

Text Example


Text Example

White with #C0509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0509D; }

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

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

background-color css

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

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

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

border-color css

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

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

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