Html Css Color HEX #C13D9C Mulberry

📋 copy color: '#C13D9C'

red 193 ◦ green 61 ◦ blue 156

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

Shades of Mulberry #C13D9C

Tints of Mulberry #C13D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.88%

 BLUE value IS 156 (61.33% from 255) = 38.05%

R = 47.07%
G = 14.88%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C13D9C (or 0xC13D9C) is known color: Mulberry. HEX triplet: C1, 3D and 9C. RGB value is (193,61,156). Sum of RGB (Red+Green+Blue) = 193+61+156=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13D9C is #3EC263. Grayscale: #6F6F6F. Windows color (decimal): -4112996 or 10239425. OLE color: 10239425.

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

Color convert

RGB 193 61 156 -
CMYK 0 0.68 0.19 0.24
HSL 316.82º 0.52% 0.5% -
HSV(B) 316.82º 0.68% 0.76% -
XYZ 29.66 17.08 33.18 -
YUV 111.3 153.23 186.28 -
System Red Green Blue C M Y K H S L
Decimal 193 61 156 0 0.68 0.19 0.24 316.82 0.52 0.5
Hex C1 3D 9C 0 44 13 18 13D 34 32
Octal 301 75 234 0 104 23 30 475 64 62
Binary 11000001 111101 10011100 0 1000100 10011 11000 100111101 110100 110010

Color Harmonies of #C13D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D9C

Black with #C13D9C

Text Example


Text Example

White with #C13D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D9C; }

 p { color: rgb(193,61,156); }

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

background-color css

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

 a { background-color: rgb(193,61,156); }

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

border-color css

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

 span { border-color: rgb(193,61,156); }

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