Html Css Color HEX #C1447E Mulberry

📋 copy color: '#C1447E'

red 193 ◦ green 68 ◦ blue 126

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

Shades of Mulberry #C1447E

Tints of Mulberry #C1447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.56%

R = 49.87%
G = 17.57%
B = 32.56%

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

#C1447E (or 0xC1447E) is known color: Mulberry. HEX triplet: C1, 44 and 7E. RGB value is (193,68,126). Sum of RGB (Red+Green+Blue) = 193+68+126=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1447E is #3EBB81. Grayscale: #6F6F6F. Windows color (decimal): -4111234 or 8275137. OLE color: 8275137.

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

Color convert

RGB 193 68 126 -
CMYK 0 0.65 0.35 0.24
HSL 332.16º 0.5% 0.51% -
HSV(B) 332.16º 0.65% 0.76% -
XYZ 27.83 16.98 21.55 -
YUV 111.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 193 68 126 0 0.65 0.35 0.24 332.16 0.5 0.51
Hex C1 44 7E 0 41 23 18 14C 32 33
Octal 301 104 176 0 101 43 30 514 62 63
Binary 11000001 1000100 1111110 0 1000001 100011 11000 101001100 110010 110011

Color Harmonies of #C1447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1447E

Black with #C1447E

Text Example


Text Example

White with #C1447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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