Html Css Color HEX #C2558E Mulberry

📋 copy color: '#C2558E'

red 194 ◦ green 85 ◦ blue 142

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

Shades of Mulberry #C2558E

Tints of Mulberry #C2558E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.19%

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

R = 46.08%
G = 20.19%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2558E (or 0xC2558E) is known color: Mulberry. HEX triplet: C2, 55 and 8E. RGB value is (194,85,142). Sum of RGB (Red+Green+Blue) = 194+85+142=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2558E is #3DAA71. Grayscale: #7B7B7B. Windows color (decimal): -4041330 or 9328066. OLE color: 9328066.

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

Color convert

RGB 194 85 142 -
CMYK 0 0.56 0.27 0.24
HSL 328.62º 0.47% 0.55% -
HSV(B) 328.62º 0.56% 0.76% -
XYZ 30.38 19.92 27.83 -
YUV 124.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 194 85 142 0 0.56 0.27 0.24 328.62 0.47 0.55
Hex C2 55 8E 0 38 1B 18 149 2F 37
Octal 302 125 216 0 70 33 30 511 57 67
Binary 11000010 1010101 10001110 0 111000 11011 11000 101001001 101111 110111

Color Harmonies of #C2558E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2558E

Black with #C2558E

Text Example


Text Example

White with #C2558E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2558E; }

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

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

background-color css

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

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

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

border-color css

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

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

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