Html Css Color HEX #C13EA5 Mulberry

📋 copy color: '#C13EA5'

red 193 ◦ green 62 ◦ blue 165

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

Shades of Mulberry #C13EA5

Tints of Mulberry #C13EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 39.29%

R = 45.95%
G = 14.76%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C13EA5 (or 0xC13EA5) is known color: Mulberry. HEX triplet: C1, 3E and A5. RGB value is (193,62,165). Sum of RGB (Red+Green+Blue) = 193+62+165=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 165 (64.84% from 255 or 39.29% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EA5 is #3EC15A. Grayscale: #707070. Windows color (decimal): -4112731 or 10829505. OLE color: 10829505.

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

Color convert

RGB 193 62 165 -
CMYK 0 0.68 0.15 0.24
HSL 312.82º 0.51% 0.5% -
HSV(B) 312.82º 0.68% 0.76% -
XYZ 30.51 17.5 37.37 -
YUV 112.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 193 62 165 0 0.68 0.15 0.24 312.82 0.51 0.5
Hex C1 3E A5 0 44 F 18 139 33 32
Octal 301 76 245 0 104 17 30 471 63 62
Binary 11000001 111110 10100101 0 1000100 1111 11000 100111001 110011 110010

Color Harmonies of #C13EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EA5

Black with #C13EA5

Text Example


Text Example

White with #C13EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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