Html Css Color HEX #C2558A Mulberry

📋 copy color: '#C2558A'

red 194 ◦ green 85 ◦ blue 138

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

Shades of Mulberry #C2558A

Tints of Mulberry #C2558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 46.52%
G = 20.38%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2558A (or 0xC2558A) is known color: Mulberry. HEX triplet: C2, 55 and 8A. RGB value is (194,85,138). Sum of RGB (Red+Green+Blue) = 194+85+138=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2558A is #3DAA75. Grayscale: #7B7B7B. Windows color (decimal): -4041334 or 9065922. OLE color: 9065922.

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

Color convert

RGB 194 85 138 -
CMYK 0 0.56 0.29 0.24
HSL 330.83º 0.47% 0.55% -
HSV(B) 330.83º 0.56% 0.76% -
XYZ 30.08 19.8 26.28 -
YUV 123.63 136.11 178.19 -
System Red Green Blue C M Y K H S L
Decimal 194 85 138 0 0.56 0.29 0.24 330.83 0.47 0.55
Hex C2 55 8A 0 38 1D 18 14B 2F 37
Octal 302 125 212 0 70 35 30 513 57 67
Binary 11000010 1010101 10001010 0 111000 11101 11000 101001011 101111 110111

Color Harmonies of #C2558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2558A

Black with #C2558A

Text Example


Text Example

White with #C2558A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2558A; }

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

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

background-color css

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

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

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

border-color css

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

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

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