Html Css Color HEX #C3478A Mulberry

📋 copy color: '#C3478A'

red 195 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #C3478A

Tints of Mulberry #C3478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 48.27%
G = 17.57%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3478A (or 0xC3478A) is known color: Mulberry. HEX triplet: C3, 47 and 8A. RGB value is (195,71,138). Sum of RGB (Red+Green+Blue) = 195+71+138=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3478A is #3CB875. Grayscale: #737373. Windows color (decimal): -3979382 or 9062339. OLE color: 9062339.

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

Color convert

RGB 195 71 138 -
CMYK 0 0.64 0.29 0.24
HSL 327.58º 0.51% 0.52% -
HSV(B) 327.58º 0.64% 0.76% -
XYZ 29.35 17.94 25.96 -
YUV 115.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 195 71 138 0 0.64 0.29 0.24 327.58 0.51 0.52
Hex C3 47 8A 0 40 1D 18 148 33 34
Octal 303 107 212 0 100 35 30 510 63 64
Binary 11000011 1000111 10001010 0 1000000 11101 11000 101001000 110011 110100

Color Harmonies of #C3478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3478A

Black with #C3478A

Text Example


Text Example

White with #C3478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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