Html Css Color HEX #C3478C Mulberry

📋 copy color: '#C3478C'

red 195 ◦ green 71 ◦ blue 140

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

Shades of Mulberry #C3478C

Tints of Mulberry #C3478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 48.03%
G = 17.49%
B = 34.48%

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

#C3478C (or 0xC3478C) is known color: Mulberry. HEX triplet: C3, 47 and 8C. RGB value is (195,71,140). Sum of RGB (Red+Green+Blue) = 195+71+140=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 71 (28.12% from 255 or 17.49% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3478C is #3CB873. Grayscale: #737373. Windows color (decimal): -3979380 or 9193411. OLE color: 9193411.

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

Color convert

RGB 195 71 140 -
CMYK 0 0.64 0.28 0.24
HSL 326.61º 0.51% 0.52% -
HSV(B) 326.61º 0.64% 0.76% -
XYZ 29.49 18 26.73 -
YUV 115.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 195 71 140 0 0.64 0.28 0.24 326.61 0.51 0.52
Hex C3 47 8C 0 40 1C 18 147 33 34
Octal 303 107 214 0 100 34 30 507 63 64
Binary 11000011 1000111 10001100 0 1000000 11100 11000 101000111 110011 110100

Color Harmonies of #C3478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3478C

Black with #C3478C

Text Example


Text Example

White with #C3478C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3478C; }

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

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

background-color css

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

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

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

border-color css

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

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

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