Html Css Color HEX #C2508D Mulberry

📋 copy color: '#C2508D'

red 194 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #C2508D

Tints of Mulberry #C2508D

RGB

 RED value IS 194 (76.17% from 255) = 46.75%

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

 BLUE value IS 141 (55.47% from 255) = 33.98%

R = 46.75%
G = 19.28%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2508D (or 0xC2508D) is known color: Mulberry. HEX triplet: C2, 50 and 8D. RGB value is (194,80,141). Sum of RGB (Red+Green+Blue) = 194+80+141=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 194 - color contains mainly: red. Hex color #C2508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2508D is #3DAF72. Grayscale: #787878. Windows color (decimal): -4042611 or 9261250. OLE color: 9261250.

HSL color Cylindrical-coordinate representation of color #C2508D: hue angle of 327.89º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2508D is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 141 -
CMYK 0 0.59 0.27 0.24
HSL 327.89º 0.48% 0.54% -
HSV(B) 327.89º 0.59% 0.76% -
XYZ 29.92 19.13 27.31 -
YUV 121.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 194 80 141 0 0.59 0.27 0.24 327.89 0.48 0.54
Hex C2 50 8D 0 3B 1B 18 148 30 36
Octal 302 120 215 0 73 33 30 510 60 66
Binary 11000010 1010000 10001101 0 111011 11011 11000 101001000 110000 110110

Color Harmonies of #C2508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2508D

Black with #C2508D

Text Example


Text Example

White with #C2508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2508D; }

 p { color: rgb(194,80,141); }

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

background-color css

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

 a { background-color: rgb(194,80,141); }

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

border-color css

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

 span { border-color: rgb(194,80,141); }

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