Html Css Color HEX #C258A1 Mulberry

📋 copy color: '#C258A1'

red 194 ◦ green 88 ◦ blue 161

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

Shades of Mulberry #C258A1

Tints of Mulberry #C258A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.34%

R = 43.79%
G = 19.86%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C258A1 (or 0xC258A1) is known color: Mulberry. HEX triplet: C2, 58 and A1. RGB value is (194,88,161). Sum of RGB (Red+Green+Blue) = 194+88+161=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C258A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C258A1 is #3DA75E. Grayscale: #7F7F7F. Windows color (decimal): -4040543 or 10574018. OLE color: 10574018.

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

Color convert

RGB 194 88 161 -
CMYK 0 0.55 0.17 0.24
HSL 318.68º 0.46% 0.55% -
HSV(B) 318.68º 0.55% 0.76% -
XYZ 32.17 21.02 36.08 -
YUV 128.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 194 88 161 0 0.55 0.17 0.24 318.68 0.46 0.55
Hex C2 58 A1 0 37 11 18 13F 2E 37
Octal 302 130 241 0 67 21 30 477 56 67
Binary 11000010 1011000 10100001 0 110111 10001 11000 100111111 101110 110111

Color Harmonies of #C258A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258A1

Black with #C258A1

Text Example


Text Example

White with #C258A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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