Html Css Color HEX #C13FA2 Mulberry

📋 copy color: '#C13FA2'

red 193 ◦ green 63 ◦ blue 162

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

Shades of Mulberry #C13FA2

Tints of Mulberry #C13FA2

RGB

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

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

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

R = 46.17%
G = 15.07%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#C13FA2 (or 0xC13FA2) is known color: Mulberry. HEX triplet: C1, 3F and A2. RGB value is (193,63,162). Sum of RGB (Red+Green+Blue) = 193+63+162=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C13FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13FA2 is #3EC05D. Grayscale: #707070. Windows color (decimal): -4112478 or 10633153. OLE color: 10633153.

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

Color convert

RGB 193 63 162 -
CMYK 0 0.67 0.16 0.24
HSL 314.31º 0.51% 0.5% -
HSV(B) 314.31º 0.67% 0.76% -
XYZ 30.29 17.5 35.96 -
YUV 113.16 155.57 184.95 -
System Red Green Blue C M Y K H S L
Decimal 193 63 162 0 0.67 0.16 0.24 314.31 0.51 0.5
Hex C1 3F A2 0 43 10 18 13A 33 32
Octal 301 77 242 0 103 20 30 472 63 62
Binary 11000001 111111 10100010 0 1000011 10000 11000 100111010 110011 110010

Color Harmonies of #C13FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FA2

Black with #C13FA2

Text Example


Text Example

White with #C13FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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