Html Css Color HEX #C2508B Mulberry

📋 copy color: '#C2508B'

red 194 ◦ green 80 ◦ blue 139

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

Shades of Mulberry #C2508B

Tints of Mulberry #C2508B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.66%

R = 46.97%
G = 19.37%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2508B (or 0xC2508B) is known color: Mulberry. HEX triplet: C2, 50 and 8B. RGB value is (194,80,139). Sum of RGB (Red+Green+Blue) = 194+80+139=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2508B is #3DAF74. Grayscale: #787878. Windows color (decimal): -4042613 or 9130178. OLE color: 9130178.

HSL color Cylindrical-coordinate representation of color #C2508B: hue angle of 328.95º 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 #C2508B is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 80 139 -
CMYK 0 0.59 0.28 0.24
HSL 328.95º 0.48% 0.54% -
HSV(B) 328.95º 0.59% 0.76% -
XYZ 29.78 19.07 26.54 -
YUV 120.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 194 80 139 0 0.59 0.28 0.24 328.95 0.48 0.54
Hex C2 50 8B 0 3B 1C 18 149 30 36
Octal 302 120 213 0 73 34 30 511 60 66
Binary 11000010 1010000 10001011 0 111011 11100 11000 101001001 110000 110110

Color Harmonies of #C2508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2508B

Black with #C2508B

Text Example


Text Example

White with #C2508B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2508B; }

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

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

background-color css

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

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

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

border-color css

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

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

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