Html Css Color HEX #C13E90 Mulberry

📋 copy color: '#C13E90'

red 193 ◦ green 62 ◦ blue 144

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

Shades of Mulberry #C13E90

Tints of Mulberry #C13E90

RGB

 RED value IS 193 (75.78% from 255) = 48.37%

 GREEN value IS 62 (24.61% from 255) = 15.54%

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 48.37%
G = 15.54%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C13E90 (or 0xC13E90) is known color: Mulberry. HEX triplet: C1, 3E and 90. RGB value is (193,62,144). Sum of RGB (Red+Green+Blue) = 193+62+144=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13E90 is #3EC16F. Grayscale: #6E6E6E. Windows color (decimal): -4112752 or 9453249. OLE color: 9453249.

HSL color Cylindrical-coordinate representation of color #C13E90: hue angle of 322.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C13E90 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 62 144 -
CMYK 0 0.68 0.25 0.24
HSL 322.44º 0.51% 0.5% -
HSV(B) 322.44º 0.68% 0.76% -
XYZ 28.75 16.8 28.11 -
YUV 110.52 146.9 186.83 -
System Red Green Blue C M Y K H S L
Decimal 193 62 144 0 0.68 0.25 0.24 322.44 0.51 0.5
Hex C1 3E 90 0 44 19 18 142 33 32
Octal 301 76 220 0 104 31 30 502 63 62
Binary 11000001 111110 10010000 0 1000100 11001 11000 101000010 110011 110010

Color Harmonies of #C13E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13E90

Black with #C13E90

Text Example


Text Example

White with #C13E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13E90; }

 p { color: rgb(193,62,144); }

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

background-color css

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

 a { background-color: rgb(193,62,144); }

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

border-color css

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

 span { border-color: rgb(193,62,144); }

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