Html Css Color HEX #C13EA4 Mulberry

📋 copy color: '#C13EA4'

red 193 ◦ green 62 ◦ blue 164

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

Shades of Mulberry #C13EA4

Tints of Mulberry #C13EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.14%

R = 46.06%
G = 14.8%
B = 39.14%

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

#C13EA4 (or 0xC13EA4) is known color: Mulberry. HEX triplet: C1, 3E and A4. RGB value is (193,62,164). Sum of RGB (Red+Green+Blue) = 193+62+164=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 62 (24.61% from 255 or 14.80% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C13EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13EA4 is #3EC15B. Grayscale: #707070. Windows color (decimal): -4112732 or 10763969. OLE color: 10763969.

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

Color convert

RGB 193 62 164 -
CMYK 0 0.68 0.15 0.24
HSL 313.28º 0.51% 0.5% -
HSV(B) 313.28º 0.68% 0.76% -
XYZ 30.42 17.46 36.89 -
YUV 112.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 193 62 164 0 0.68 0.15 0.24 313.28 0.51 0.5
Hex C1 3E A4 0 44 F 18 139 33 32
Octal 301 76 244 0 104 17 30 471 63 62
Binary 11000001 111110 10100100 0 1000100 1111 11000 100111001 110011 110010

Color Harmonies of #C13EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EA4

Black with #C13EA4

Text Example


Text Example

White with #C13EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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