Html Css Color HEX #C13F8C Mulberry

📋 copy color: '#C13F8C'

red 193 ◦ green 63 ◦ blue 140

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

Shades of Mulberry #C13F8C

Tints of Mulberry #C13F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 48.74%
G = 15.91%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C13F8C (or 0xC13F8C) is known color: Mulberry. HEX triplet: C1, 3F and 8C. RGB value is (193,63,140). Sum of RGB (Red+Green+Blue) = 193+63+140=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F8C is #3EC073. Grayscale: #6E6E6E. Windows color (decimal): -4112500 or 9191361. OLE color: 9191361.

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

Color convert

RGB 193 63 140 -
CMYK 0 0.67 0.27 0.24
HSL 324.46º 0.51% 0.5% -
HSV(B) 324.46º 0.67% 0.76% -
XYZ 28.5 16.79 26.55 -
YUV 110.65 144.57 186.74 -
System Red Green Blue C M Y K H S L
Decimal 193 63 140 0 0.67 0.27 0.24 324.46 0.51 0.5
Hex C1 3F 8C 0 43 1B 18 144 33 32
Octal 301 77 214 0 103 33 30 504 63 62
Binary 11000001 111111 10001100 0 1000011 11011 11000 101000100 110011 110010

Color Harmonies of #C13F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F8C

Black with #C13F8C

Text Example


Text Example

White with #C13F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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