Html Css Color HEX #C13F99 Mulberry

📋 copy color: '#C13F99'

red 193 ◦ green 63 ◦ blue 153

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

Shades of Mulberry #C13F99

Tints of Mulberry #C13F99

RGB

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

 GREEN value IS 63 (25% from 255) = 15.4%

 BLUE value IS 153 (60.16% from 255) = 37.41%

R = 47.19%
G = 15.4%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C13F99 (or 0xC13F99) is known color: Mulberry. HEX triplet: C1, 3F and 99. RGB value is (193,63,153). Sum of RGB (Red+Green+Blue) = 193+63+153=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F99 is #3EC066. Grayscale: #6F6F6F. Windows color (decimal): -4112487 or 10043329. OLE color: 10043329.

HSL color Cylindrical-coordinate representation of color #C13F99: hue angle of 318.46º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C13F99 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 63 153 -
CMYK 0 0.67 0.21 0.24
HSL 318.46º 0.51% 0.5% -
HSV(B) 318.46º 0.67% 0.76% -
XYZ 29.52 17.19 31.9 -
YUV 112.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 193 63 153 0 0.67 0.21 0.24 318.46 0.51 0.5
Hex C1 3F 99 0 43 15 18 13E 33 32
Octal 301 77 231 0 103 25 30 476 63 62
Binary 11000001 111111 10011001 0 1000011 10101 11000 100111110 110011 110010

Color Harmonies of #C13F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F99

Black with #C13F99

Text Example


Text Example

White with #C13F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F99; }

 p { color: rgb(193,63,153); }

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

background-color css

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

 a { background-color: rgb(193,63,153); }

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

border-color css

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

 span { border-color: rgb(193,63,153); }

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