Html Css Color HEX #C13EA1 Mulberry

📋 copy color: '#C13EA1'

red 193 ◦ green 62 ◦ blue 161

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

Shades of Mulberry #C13EA1

Tints of Mulberry #C13EA1

RGB

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

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

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

R = 46.39%
G = 14.9%
B = 38.7%

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

#C13EA1 (or 0xC13EA1) is known color: Mulberry. HEX triplet: C1, 3E and A1. RGB value is (193,62,161). Sum of RGB (Red+Green+Blue) = 193+62+161=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EA1 is #3EC15E. Grayscale: #707070. Windows color (decimal): -4112735 or 10567361. OLE color: 10567361.

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

Color convert

RGB 193 62 161 -
CMYK 0 0.68 0.17 0.24
HSL 314.66º 0.51% 0.5% -
HSV(B) 314.66º 0.68% 0.76% -
XYZ 30.15 17.36 35.48 -
YUV 112.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 193 62 161 0 0.68 0.17 0.24 314.66 0.51 0.5
Hex C1 3E A1 0 44 11 18 13B 33 32
Octal 301 76 241 0 104 21 30 473 63 62
Binary 11000001 111110 10100001 0 1000100 10001 11000 100111011 110011 110010

Color Harmonies of #C13EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EA1

Black with #C13EA1

Text Example


Text Example

White with #C13EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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