Html Css Color HEX #C1447D Mulberry

📋 copy color: '#C1447D'

red 193 ◦ green 68 ◦ blue 125

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

Shades of Mulberry #C1447D

Tints of Mulberry #C1447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 50%
G = 17.62%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1447D (or 0xC1447D) is known color: Mulberry. HEX triplet: C1, 44 and 7D. RGB value is (193,68,125). Sum of RGB (Red+Green+Blue) = 193+68+125=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1447D is #3EBB82. Grayscale: #6F6F6F. Windows color (decimal): -4111235 or 8209601. OLE color: 8209601.

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

Color convert

RGB 193 68 125 -
CMYK 0 0.65 0.35 0.24
HSL 332.64º 0.5% 0.51% -
HSV(B) 332.64º 0.65% 0.76% -
XYZ 27.76 16.95 21.21 -
YUV 111.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 193 68 125 0 0.65 0.35 0.24 332.64 0.5 0.51
Hex C1 44 7D 0 41 23 18 14D 32 33
Octal 301 104 175 0 101 43 30 515 62 63
Binary 11000001 1000100 1111101 0 1000001 100011 11000 101001101 110010 110011

Color Harmonies of #C1447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1447D

Black with #C1447D

Text Example


Text Example

White with #C1447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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