Html Css Color HEX #C2508F Mulberry

📋 copy color: '#C2508F'

red 194 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #C2508F

Tints of Mulberry #C2508F

RGB

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

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

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

R = 46.52%
G = 19.18%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2508F (or 0xC2508F) is known color: Mulberry. HEX triplet: C2, 50 and 8F. RGB value is (194,80,143). Sum of RGB (Red+Green+Blue) = 194+80+143=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2508F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2508F is #3DAF70. Grayscale: #797979. Windows color (decimal): -4042609 or 9392322. OLE color: 9392322.

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

Color convert

RGB 194 80 143 -
CMYK 0 0.59 0.26 0.24
HSL 326.84º 0.48% 0.54% -
HSV(B) 326.84º 0.59% 0.76% -
XYZ 30.07 19.19 28.11 -
YUV 121.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 194 80 143 0 0.59 0.26 0.24 326.84 0.48 0.54
Hex C2 50 8F 0 3B 1A 18 147 30 36
Octal 302 120 217 0 73 32 30 507 60 66
Binary 11000010 1010000 10001111 0 111011 11010 11000 101000111 110000 110110

Color Harmonies of #C2508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2508F

Black with #C2508F

Text Example


Text Example

White with #C2508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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