Html Css Color HEX #C2498E Mulberry

📋 copy color: '#C2498E'

red 194 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #C2498E

Tints of Mulberry #C2498E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.85%

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 47.43%
G = 17.85%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2498E (or 0xC2498E) is known color: Mulberry. HEX triplet: C2, 49 and 8E. RGB value is (194,73,142). Sum of RGB (Red+Green+Blue) = 194+73+142=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C2498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2498E is #3DB671. Grayscale: #747474. Windows color (decimal): -4044402 or 9324994. OLE color: 9324994.

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

Color convert

RGB 194 73 142 -
CMYK 0 0.62 0.27 0.24
HSL 325.79º 0.5% 0.52% -
HSV(B) 325.79º 0.62% 0.76% -
XYZ 29.51 18.19 27.55 -
YUV 117.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 194 73 142 0 0.62 0.27 0.24 325.79 0.5 0.52
Hex C2 49 8E 0 3E 1B 18 146 32 34
Octal 302 111 216 0 76 33 30 506 62 64
Binary 11000010 1001001 10001110 0 111110 11011 11000 101000110 110010 110100

Color Harmonies of #C2498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2498E

Black with #C2498E

Text Example


Text Example

White with #C2498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2498E; }

 p { color: rgb(194,73,142); }

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

background-color css

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

 a { background-color: rgb(194,73,142); }

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

border-color css

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

 span { border-color: rgb(194,73,142); }

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