Html Css Color HEX #C2458D Mulberry

📋 copy color: '#C2458D'

red 194 ◦ green 69 ◦ blue 141

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

Shades of Mulberry #C2458D

Tints of Mulberry #C2458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.08%

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

R = 48.02%
G = 17.08%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2458D (or 0xC2458D) is known color: Mulberry. HEX triplet: C2, 45 and 8D. RGB value is (194,69,141). Sum of RGB (Red+Green+Blue) = 194+69+141=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C2458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2458D is #3DBA72. Grayscale: #727272. Windows color (decimal): -4045427 or 9258434. OLE color: 9258434.

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

Color convert

RGB 194 69 141 -
CMYK 0 0.64 0.27 0.24
HSL 325.44º 0.51% 0.52% -
HSV(B) 325.44º 0.64% 0.76% -
XYZ 29.18 17.65 27.07 -
YUV 114.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 194 69 141 0 0.64 0.27 0.24 325.44 0.51 0.52
Hex C2 45 8D 0 40 1B 18 145 33 34
Octal 302 105 215 0 100 33 30 505 63 64
Binary 11000010 1000101 10001101 0 1000000 11011 11000 101000101 110011 110100

Color Harmonies of #C2458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2458D

Black with #C2458D

Text Example


Text Example

White with #C2458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2458D; }

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

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

background-color css

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

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

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

border-color css

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

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

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