Html Css Color HEX #C13E97 Mulberry

📋 copy color: '#C13E97'

red 193 ◦ green 62 ◦ blue 151

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

Shades of Mulberry #C13E97

Tints of Mulberry #C13E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.19%

R = 47.54%
G = 15.27%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C13E97 (or 0xC13E97) is known color: Mulberry. HEX triplet: C1, 3E and 97. RGB value is (193,62,151). Sum of RGB (Red+Green+Blue) = 193+62+151=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13E97 is #3EC168. Grayscale: #6F6F6F. Windows color (decimal): -4112745 or 9912001. OLE color: 9912001.

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

Color convert

RGB 193 62 151 -
CMYK 0 0.68 0.22 0.24
HSL 319.24º 0.51% 0.5% -
HSV(B) 319.24º 0.68% 0.76% -
XYZ 29.3 17.02 31.02 -
YUV 111.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 193 62 151 0 0.68 0.22 0.24 319.24 0.51 0.5
Hex C1 3E 97 0 44 16 18 13F 33 32
Octal 301 76 227 0 104 26 30 477 63 62
Binary 11000001 111110 10010111 0 1000100 10110 11000 100111111 110011 110010

Color Harmonies of #C13E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13E97

Black with #C13E97

Text Example


Text Example

White with #C13E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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