Html Css Color HEX #C13D96 Mulberry

📋 copy color: '#C13D96'

red 193 ◦ green 61 ◦ blue 150

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

Shades of Mulberry #C13D96

Tints of Mulberry #C13D96

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.1%

 BLUE value IS 150 (58.98% from 255) = 37.13%

R = 47.77%
G = 15.1%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C13D96 (or 0xC13D96) is known color: Mulberry. HEX triplet: C1, 3D and 96. RGB value is (193,61,150). Sum of RGB (Red+Green+Blue) = 193+61+150=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D96 is #3EC269. Grayscale: #6E6E6E. Windows color (decimal): -4113002 or 9846209. OLE color: 9846209.

HSL color Cylindrical-coordinate representation of color #C13D96: hue angle of 319.55º degrees, saturation: 0.52, 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 #C13D96 is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 61 150 -
CMYK 0 0.68 0.22 0.24
HSL 319.55º 0.52% 0.5% -
HSV(B) 319.55º 0.68% 0.76% -
XYZ 29.17 16.88 30.57 -
YUV 110.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 193 61 150 0 0.68 0.22 0.24 319.55 0.52 0.5
Hex C1 3D 96 0 44 16 18 140 34 32
Octal 301 75 226 0 104 26 30 500 64 62
Binary 11000001 111101 10010110 0 1000100 10110 11000 101000000 110100 110010

Color Harmonies of #C13D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D96

Black with #C13D96

Text Example


Text Example

White with #C13D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D96; }

 p { color: rgb(193,61,150); }

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

background-color css

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

 a { background-color: rgb(193,61,150); }

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

border-color css

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

 span { border-color: rgb(193,61,150); }

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