Html Css Color HEX #C13F92 Mulberry

📋 copy color: '#C13F92'

red 193 ◦ green 63 ◦ blue 146

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

Shades of Mulberry #C13F92

Tints of Mulberry #C13F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 48.01%
G = 15.67%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C13F92 (or 0xC13F92) is known color: Mulberry. HEX triplet: C1, 3F and 92. RGB value is (193,63,146). Sum of RGB (Red+Green+Blue) = 193+63+146=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F92 is #3EC06D. Grayscale: #6F6F6F. Windows color (decimal): -4112494 or 9584577. OLE color: 9584577.

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

Color convert

RGB 193 63 146 -
CMYK 0 0.67 0.24 0.24
HSL 321.69º 0.51% 0.5% -
HSV(B) 321.69º 0.67% 0.76% -
XYZ 28.96 16.97 28.94 -
YUV 111.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 193 63 146 0 0.67 0.24 0.24 321.69 0.51 0.5
Hex C1 3F 92 0 43 18 18 142 33 32
Octal 301 77 222 0 103 30 30 502 63 62
Binary 11000001 111111 10010010 0 1000011 11000 11000 101000010 110011 110010

Color Harmonies of #C13F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F92

Black with #C13F92

Text Example


Text Example

White with #C13F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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