Html Css Color HEX #C1447F Mulberry

📋 copy color: '#C1447F'

red 193 ◦ green 68 ◦ blue 127

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

Shades of Mulberry #C1447F

Tints of Mulberry #C1447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.73%

R = 49.74%
G = 17.53%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1447F (or 0xC1447F) is known color: Mulberry. HEX triplet: C1, 44 and 7F. RGB value is (193,68,127). Sum of RGB (Red+Green+Blue) = 193+68+127=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C1447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1447F is #3EBB80. Grayscale: #6F6F6F. Windows color (decimal): -4111233 or 8340673. OLE color: 8340673.

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

Color convert

RGB 193 68 127 -
CMYK 0 0.65 0.34 0.24
HSL 331.68º 0.5% 0.51% -
HSV(B) 331.68º 0.65% 0.76% -
XYZ 27.89 17 21.89 -
YUV 112.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 193 68 127 0 0.65 0.34 0.24 331.68 0.5 0.51
Hex C1 44 7F 0 41 22 18 14C 32 33
Octal 301 104 177 0 101 42 30 514 62 63
Binary 11000001 1000100 1111111 0 1000001 100010 11000 101001100 110010 110011

Color Harmonies of #C1447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1447F

Black with #C1447F

Text Example


Text Example

White with #C1447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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