Html Css Color HEX #C258A2 Mulberry

📋 copy color: '#C258A2'

red 194 ◦ green 88 ◦ blue 162

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

Shades of Mulberry #C258A2

Tints of Mulberry #C258A2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.82%

 BLUE value IS 162 (63.67% from 255) = 36.49%

R = 43.69%
G = 19.82%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C258A2 (or 0xC258A2) is known color: Mulberry. HEX triplet: C2, 58 and A2. RGB value is (194,88,162). Sum of RGB (Red+Green+Blue) = 194+88+162=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C258A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258A2 is #3DA75D. Grayscale: #7F7F7F. Windows color (decimal): -4040542 or 10639554. OLE color: 10639554.

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

Color convert

RGB 194 88 162 -
CMYK 0 0.55 0.16 0.24
HSL 318.11º 0.46% 0.55% -
HSV(B) 318.11º 0.55% 0.76% -
XYZ 32.26 21.06 36.55 -
YUV 128.13 147.12 174.98 -
System Red Green Blue C M Y K H S L
Decimal 194 88 162 0 0.55 0.16 0.24 318.11 0.46 0.55
Hex C2 58 A2 0 37 10 18 13E 2E 37
Octal 302 130 242 0 67 20 30 476 56 67
Binary 11000010 1011000 10100010 0 110111 10000 11000 100111110 101110 110111

Color Harmonies of #C258A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258A2

Black with #C258A2

Text Example


Text Example

White with #C258A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258A2; }

 p { color: rgb(194,88,162); }

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

background-color css

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

 a { background-color: rgb(194,88,162); }

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

border-color css

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

 span { border-color: rgb(194,88,162); }

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