Html Css Color HEX #C3478E Mulberry

📋 copy color: '#C3478E'

red 195 ◦ green 71 ◦ blue 142

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

Shades of Mulberry #C3478E

Tints of Mulberry #C3478E

RGB

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

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

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

R = 47.79%
G = 17.4%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3478E (or 0xC3478E) is known color: Mulberry. HEX triplet: C3, 47 and 8E. RGB value is (195,71,142). Sum of RGB (Red+Green+Blue) = 195+71+142=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3478E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3478E is #3CB871. Grayscale: #747474. Windows color (decimal): -3979378 or 9324483. OLE color: 9324483.

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

Color convert

RGB 195 71 142 -
CMYK 0 0.64 0.27 0.24
HSL 325.65º 0.51% 0.52% -
HSV(B) 325.65º 0.64% 0.76% -
XYZ 29.64 18.06 27.52 -
YUV 116.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 195 71 142 0 0.64 0.27 0.24 325.65 0.51 0.52
Hex C3 47 8E 0 40 1B 18 146 33 34
Octal 303 107 216 0 100 33 30 506 63 64
Binary 11000011 1000111 10001110 0 1000000 11011 11000 101000110 110011 110100

Color Harmonies of #C3478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3478E

Black with #C3478E

Text Example


Text Example

White with #C3478E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3478E; }

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

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

background-color css

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

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

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

border-color css

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

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

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