Html Css Color HEX #C2558F Mulberry

📋 copy color: '#C2558F'

red 194 ◦ green 85 ◦ blue 143

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

Shades of Mulberry #C2558F

Tints of Mulberry #C2558F

RGB

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

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

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

R = 45.97%
G = 20.14%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2558F (or 0xC2558F) is known color: Mulberry. HEX triplet: C2, 55 and 8F. RGB value is (194,85,143). Sum of RGB (Red+Green+Blue) = 194+85+143=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2558F is #3DAA70. Grayscale: #7C7C7C. Windows color (decimal): -4041329 or 9393602. OLE color: 9393602.

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

Color convert

RGB 194 85 143 -
CMYK 0 0.56 0.26 0.24
HSL 328.07º 0.47% 0.55% -
HSV(B) 328.07º 0.56% 0.76% -
XYZ 30.45 19.95 28.23 -
YUV 124.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 194 85 143 0 0.56 0.26 0.24 328.07 0.47 0.55
Hex C2 55 8F 0 38 1A 18 148 2F 37
Octal 302 125 217 0 70 32 30 510 57 67
Binary 11000010 1010101 10001111 0 111000 11010 11000 101001000 101111 110111

Color Harmonies of #C2558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2558F

Black with #C2558F

Text Example


Text Example

White with #C2558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2558F; }

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

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

background-color css

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

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

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

border-color css

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

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

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