Html Css Color HEX #C13DA4 Mulberry

📋 copy color: '#C13DA4'

red 193 ◦ green 61 ◦ blue 164

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

Shades of Mulberry #C13DA4

Tints of Mulberry #C13DA4

RGB

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

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

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

R = 46.17%
G = 14.59%
B = 39.23%

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

#C13DA4 (or 0xC13DA4) is known color: Mulberry. HEX triplet: C1, 3D and A4. RGB value is (193,61,164). Sum of RGB (Red+Green+Blue) = 193+61+164=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C13DA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13DA4 is #3EC25B. Grayscale: #6F6F6F. Windows color (decimal): -4112988 or 10763713. OLE color: 10763713.

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

Color convert

RGB 193 61 164 -
CMYK 0 0.68 0.15 0.24
HSL 313.18º 0.52% 0.5% -
HSV(B) 313.18º 0.68% 0.76% -
XYZ 30.36 17.36 36.87 -
YUV 112.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 193 61 164 0 0.68 0.15 0.24 313.18 0.52 0.5
Hex C1 3D A4 0 44 F 18 139 34 32
Octal 301 75 244 0 104 17 30 471 64 62
Binary 11000001 111101 10100100 0 1000100 1111 11000 100111001 110100 110010

Color Harmonies of #C13DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DA4

Black with #C13DA4

Text Example


Text Example

White with #C13DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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