Html Css Color HEX #C13F98 Mulberry

📋 copy color: '#C13F98'

red 193 ◦ green 63 ◦ blue 152

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

Shades of Mulberry #C13F98

Tints of Mulberry #C13F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.25%

R = 47.3%
G = 15.44%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C13F98 (or 0xC13F98) is known color: Mulberry. HEX triplet: C1, 3F and 98. RGB value is (193,63,152). Sum of RGB (Red+Green+Blue) = 193+63+152=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13F98 is #3EC067. Grayscale: #6F6F6F. Windows color (decimal): -4112488 or 9977793. OLE color: 9977793.

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

Color convert

RGB 193 63 152 -
CMYK 0 0.67 0.21 0.24
HSL 318.92º 0.51% 0.5% -
HSV(B) 318.92º 0.67% 0.76% -
XYZ 29.44 17.16 31.47 -
YUV 112.02 150.57 185.76 -
System Red Green Blue C M Y K H S L
Decimal 193 63 152 0 0.67 0.21 0.24 318.92 0.51 0.5
Hex C1 3F 98 0 43 15 18 13F 33 32
Octal 301 77 230 0 103 25 30 477 63 62
Binary 11000001 111111 10011000 0 1000011 10101 11000 100111111 110011 110010

Color Harmonies of #C13F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F98

Black with #C13F98

Text Example


Text Example

White with #C13F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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