Html Css Color HEX #C346BF Fuchsia

📋 copy color: '#C346BF'

red 195 ◦ green 70 ◦ blue 191

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

Shades of Fuchsia #C346BF

Tints of Fuchsia #C346BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.89%

R = 42.76%
G = 15.35%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C346BF (or 0xC346BF) is known color: Fuchsia. HEX triplet: C3, 46 and BF. RGB value is (195,70,191). Sum of RGB (Red+Green+Blue) = 195+70+191=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 70 (27.73% from 255 or 15.35% from 456); Blue value is 191 (75% from 255 or 41.89% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C346BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346BF is #3CB940. Grayscale: #787878. Windows color (decimal): -3979585 or 12535491. OLE color: 12535491.

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

Color convert

RGB 195 70 191 -
CMYK 0 0.64 0.02 0.24
HSL 301.92º 0.51% 0.52% -
HSV(B) 301.92º 0.64% 0.76% -
XYZ 34.1 19.74 51.3 -
YUV 121.17 167.41 180.66 -
System Red Green Blue C M Y K H S L
Decimal 195 70 191 0 0.64 0.02 0.24 301.92 0.51 0.52
Hex C3 46 BF 0 40 2 18 12E 33 34
Octal 303 106 277 0 100 2 30 456 63 64
Binary 11000011 1000110 10111111 0 1000000 10 11000 100101110 110011 110100

Color Harmonies of #C346BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C346BF

Black with #C346BF

Text Example


Text Example

White with #C346BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C346BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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