Html Css Color HEX #C3478D Mulberry

📋 copy color: '#C3478D'

red 195 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #C3478D

Tints of Mulberry #C3478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

 BLUE value IS 141 (55.47% from 255) = 34.64%

R = 47.91%
G = 17.44%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C3478D (or 0xC3478D) is known color: Mulberry. HEX triplet: C3, 47 and 8D. RGB value is (195,71,141). Sum of RGB (Red+Green+Blue) = 195+71+141=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3478D is #3CB872. Grayscale: #737373. Windows color (decimal): -3979379 or 9258947. OLE color: 9258947.

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

Color convert

RGB 195 71 141 -
CMYK 0 0.64 0.28 0.24
HSL 326.13º 0.51% 0.52% -
HSV(B) 326.13º 0.64% 0.76% -
XYZ 29.57 18.03 27.12 -
YUV 116.06 142.08 184.31 -
System Red Green Blue C M Y K H S L
Decimal 195 71 141 0 0.64 0.28 0.24 326.13 0.51 0.52
Hex C3 47 8D 0 40 1C 18 146 33 34
Octal 303 107 215 0 100 34 30 506 63 64
Binary 11000011 1000111 10001101 0 1000000 11100 11000 101000110 110011 110100

Color Harmonies of #C3478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3478D

Black with #C3478D

Text Example


Text Example

White with #C3478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3478D; }

 p { color: rgb(195,71,141); }

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

background-color css

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

 a { background-color: rgb(195,71,141); }

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

border-color css

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

 span { border-color: rgb(195,71,141); }

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