Html Css Color HEX #C3469E Mulberry

📋 copy color: '#C3469E'

red 195 ◦ green 70 ◦ blue 158

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

Shades of Mulberry #C3469E

Tints of Mulberry #C3469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.55%

 BLUE value IS 158 (62.11% from 255) = 37.35%

R = 46.1%
G = 16.55%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C3469E (or 0xC3469E) is known color: Mulberry. HEX triplet: C3, 46 and 9E. RGB value is (195,70,158). Sum of RGB (Red+Green+Blue) = 195+70+158=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3469E is #3CB961. Grayscale: #757575. Windows color (decimal): -3979618 or 10372803. OLE color: 10372803.

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

Color convert

RGB 195 70 158 -
CMYK 0 0.64 0.19 0.24
HSL 317.76º 0.51% 0.52% -
HSV(B) 317.76º 0.64% 0.76% -
XYZ 30.87 18.45 34.28 -
YUV 117.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 195 70 158 0 0.64 0.19 0.24 317.76 0.51 0.52
Hex C3 46 9E 0 40 13 18 13E 33 34
Octal 303 106 236 0 100 23 30 476 63 64
Binary 11000011 1000110 10011110 0 1000000 10011 11000 100111110 110011 110100

Color Harmonies of #C3469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3469E

Black with #C3469E

Text Example


Text Example

White with #C3469E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3469E; }

 p { color: rgb(195,70,158); }

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

background-color css

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

 a { background-color: rgb(195,70,158); }

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

border-color css

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

 span { border-color: rgb(195,70,158); }

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