Html Css Color HEX #C1448C Mulberry

📋 copy color: '#C1448C'

red 193 ◦ green 68 ◦ blue 140

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

Shades of Mulberry #C1448C

Tints of Mulberry #C1448C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.96%

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

R = 48.13%
G = 16.96%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1448C (or 0xC1448C) is known color: Mulberry. HEX triplet: C1, 44 and 8C. RGB value is (193,68,140). Sum of RGB (Red+Green+Blue) = 193+68+140=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1448C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C1448C is #3EBB73. Grayscale: #717171. Windows color (decimal): -4111220 or 9192641. OLE color: 9192641.

HSL color Cylindrical-coordinate representation of color #C1448C: hue angle of 325.44º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1448C is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 68 140 -
CMYK 0 0.65 0.27 0.24
HSL 325.44º 0.5% 0.51% -
HSV(B) 325.44º 0.65% 0.76% -
XYZ 28.79 17.37 26.65 -
YUV 113.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 193 68 140 0 0.65 0.27 0.24 325.44 0.5 0.51
Hex C1 44 8C 0 41 1B 18 145 32 33
Octal 301 104 214 0 101 33 30 505 62 63
Binary 11000001 1000100 10001100 0 1000001 11011 11000 101000101 110010 110011

Color Harmonies of #C1448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1448C

Black with #C1448C

Text Example


Text Example

White with #C1448C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1448C; }

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

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

background-color css

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

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

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

border-color css

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

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

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