Html Css Color HEX #C13EA0 Mulberry

📋 copy color: '#C13EA0'

red 193 ◦ green 62 ◦ blue 160

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

Shades of Mulberry #C13EA0

Tints of Mulberry #C13EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.55%

R = 46.51%
G = 14.94%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C13EA0 (or 0xC13EA0) is known color: Mulberry. HEX triplet: C1, 3E and A0. RGB value is (193,62,160). Sum of RGB (Red+Green+Blue) = 193+62+160=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EA0 is #3EC15F. Grayscale: #707070. Windows color (decimal): -4112736 or 10501825. OLE color: 10501825.

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

Color convert

RGB 193 62 160 -
CMYK 0 0.68 0.17 0.24
HSL 315.11º 0.51% 0.5% -
HSV(B) 315.11º 0.68% 0.76% -
XYZ 30.06 17.32 35.02 -
YUV 112.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 193 62 160 0 0.68 0.17 0.24 315.11 0.51 0.5
Hex C1 3E A0 0 44 11 18 13B 33 32
Octal 301 76 240 0 104 21 30 473 63 62
Binary 11000001 111110 10100000 0 1000100 10001 11000 100111011 110011 110010

Color Harmonies of #C13EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EA0

Black with #C13EA0

Text Example


Text Example

White with #C13EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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