Html Css Color HEX #C3448E Mulberry

📋 copy color: '#C3448E'

red 195 ◦ green 68 ◦ blue 142

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

Shades of Mulberry #C3448E

Tints of Mulberry #C3448E

RGB

 RED value IS 195 (76.56% from 255) = 48.15%

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

 BLUE value IS 142 (55.86% from 255) = 35.06%

R = 48.15%
G = 16.79%
B = 35.06%

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

#C3448E (or 0xC3448E) is known color: Mulberry. HEX triplet: C3, 44 and 8E. RGB value is (195,68,142). Sum of RGB (Red+Green+Blue) = 195+68+142=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3448E is #3CBB71. Grayscale: #727272. Windows color (decimal): -3980146 or 9323715. OLE color: 9323715.

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

Color convert

RGB 195 68 142 -
CMYK 0 0.65 0.27 0.24
HSL 325.04º 0.51% 0.52% -
HSV(B) 325.04º 0.65% 0.76% -
XYZ 29.46 17.69 27.45 -
YUV 114.41 143.58 185.48 -
System Red Green Blue C M Y K H S L
Decimal 195 68 142 0 0.65 0.27 0.24 325.04 0.51 0.52
Hex C3 44 8E 0 41 1B 18 145 33 34
Octal 303 104 216 0 101 33 30 505 63 64
Binary 11000011 1000100 10001110 0 1000001 11011 11000 101000101 110011 110100

Color Harmonies of #C3448E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3448E

Black with #C3448E

Text Example


Text Example

White with #C3448E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3448E; }

 p { color: rgb(195,68,142); }

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

background-color css

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

 a { background-color: rgb(195,68,142); }

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

border-color css

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

 span { border-color: rgb(195,68,142); }

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