Html Css Color HEX #C13DA2 Mulberry

📋 copy color: '#C13DA2'

red 193 ◦ green 61 ◦ blue 162

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

Shades of Mulberry #C13DA2

Tints of Mulberry #C13DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.94%

R = 46.39%
G = 14.66%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C13DA2 (or 0xC13DA2) is known color: Mulberry. HEX triplet: C1, 3D and A2. RGB value is (193,61,162). Sum of RGB (Red+Green+Blue) = 193+61+162=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DA2 is #3EC25D. Grayscale: #6F6F6F. Windows color (decimal): -4112990 or 10632641. OLE color: 10632641.

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

Color convert

RGB 193 61 162 -
CMYK 0 0.68 0.16 0.24
HSL 314.09º 0.52% 0.5% -
HSV(B) 314.09º 0.68% 0.76% -
XYZ 30.18 17.28 35.93 -
YUV 111.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 193 61 162 0 0.68 0.16 0.24 314.09 0.52 0.5
Hex C1 3D A2 0 44 10 18 13A 34 32
Octal 301 75 242 0 104 20 30 472 64 62
Binary 11000001 111101 10100010 0 1000100 10000 11000 100111010 110100 110010

Color Harmonies of #C13DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DA2

Black with #C13DA2

Text Example


Text Example

White with #C13DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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