Html Css Color HEX #C2458C Mulberry

📋 copy color: '#C2458C'

red 194 ◦ green 69 ◦ blue 140

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

Shades of Mulberry #C2458C

Tints of Mulberry #C2458C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.74%

R = 48.14%
G = 17.12%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2458C (or 0xC2458C) is known color: Mulberry. HEX triplet: C2, 45 and 8C. RGB value is (194,69,140). Sum of RGB (Red+Green+Blue) = 194+69+140=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 69 (27.34% from 255 or 17.12% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C2458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2458C is #3DBA73. Grayscale: #727272. Windows color (decimal): -4045428 or 9192898. OLE color: 9192898.

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

Color convert

RGB 194 69 140 -
CMYK 0 0.64 0.28 0.24
HSL 325.92º 0.51% 0.52% -
HSV(B) 325.92º 0.64% 0.76% -
XYZ 29.11 17.62 26.68 -
YUV 114.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 194 69 140 0 0.64 0.28 0.24 325.92 0.51 0.52
Hex C2 45 8C 0 40 1C 18 146 33 34
Octal 302 105 214 0 100 34 30 506 63 64
Binary 11000010 1000101 10001100 0 1000000 11100 11000 101000110 110011 110100

Color Harmonies of #C2458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2458C

Black with #C2458C

Text Example


Text Example

White with #C2458C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2458C; }

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

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

background-color css

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

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

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

border-color css

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

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

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