Html Css Color HEX #C13EA3 Mulberry

📋 copy color: '#C13EA3'

red 193 ◦ green 62 ◦ blue 163

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

Shades of Mulberry #C13EA3

Tints of Mulberry #C13EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39%

R = 46.17%
G = 14.83%
B = 39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C13EA3 (or 0xC13EA3) is known color: Mulberry. HEX triplet: C1, 3E and A3. RGB value is (193,62,163). Sum of RGB (Red+Green+Blue) = 193+62+163=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EA3 is #3EC15C. Grayscale: #707070. Windows color (decimal): -4112733 or 10698433. OLE color: 10698433.

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

Color convert

RGB 193 62 163 -
CMYK 0 0.68 0.16 0.24
HSL 313.74º 0.51% 0.5% -
HSV(B) 313.74º 0.68% 0.76% -
XYZ 30.33 17.43 36.42 -
YUV 112.68 156.4 185.29 -
System Red Green Blue C M Y K H S L
Decimal 193 62 163 0 0.68 0.16 0.24 313.74 0.51 0.5
Hex C1 3E A3 0 44 10 18 13A 33 32
Octal 301 76 243 0 104 20 30 472 63 62
Binary 11000001 111110 10100011 0 1000100 10000 11000 100111010 110011 110010

Color Harmonies of #C13EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EA3

Black with #C13EA3

Text Example


Text Example

White with #C13EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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