Html Css Color HEX #C346B9 Fuchsia

📋 copy color: '#C346B9'

red 195 ◦ green 70 ◦ blue 185

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

Shades of Fuchsia #C346B9

Tints of Fuchsia #C346B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.11%

R = 43.33%
G = 15.56%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C346B9 (or 0xC346B9) is known color: Fuchsia. HEX triplet: C3, 46 and B9. RGB value is (195,70,185). Sum of RGB (Red+Green+Blue) = 195+70+185=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 185 (72.66% from 255 or 41.11% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C346B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346B9 is #3CB946. Grayscale: #787878. Windows color (decimal): -3979591 or 12142275. OLE color: 12142275.

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

Color convert

RGB 195 70 185 -
CMYK 0 0.64 0.05 0.24
HSL 304.8º 0.51% 0.52% -
HSV(B) 304.8º 0.64% 0.76% -
XYZ 33.45 19.49 47.9 -
YUV 120.49 164.41 181.15 -
System Red Green Blue C M Y K H S L
Decimal 195 70 185 0 0.64 0.05 0.24 304.8 0.51 0.52
Hex C3 46 B9 0 40 5 18 131 33 34
Octal 303 106 271 0 100 5 30 461 63 64
Binary 11000011 1000110 10111001 0 1000000 101 11000 100110001 110011 110100

Color Harmonies of #C346B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346B9

Black with #C346B9

Text Example


Text Example

White with #C346B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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